#43B3CA

Color #43B3CA Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #43B3CA

Tints of Viking #43B3CA

Color information

#43B3CA (or 0x43B3CA) is unknown color: approx Viking. HEX triplet: 43, B3 and CA. RGB value is (67,179,202). Sum of RGB (Red+Green+Blue) = 67+179+202=448 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.96% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #43B3CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43B3CA is #BC4C35. Grayscale: #939393. Windows color (decimal): -12340278 or 13284163. OLE color: 13284163.

HSL color Cylindrical-coordinate representation of color #43B3CA: hue angle of 190.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43B3CA is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB67179202-
CMYK0.670.1100.21
HSL190.22º56.02%52.75%-
HSV(B)190.22º66.83%79.22%-
XYZ29.137.761.62-
YUV148.13158.3970.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 14.96%
GREEN value IS 179 (70.31% from 255) = 39.96%
BLUE value IS 202 (79.30% from 255) = 45.09%
R=14.96%
G=39.96%
B=45.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal671792020.670.1100.21190.2256.0252.75
Hex43B3CA43B015be3835
Octal103263312103130252767065
Binary100001110110011110010101000011101101010110111110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43B3CA; }

 p { color: rgb(67,179,202); }

 H1.HeaderClassName
 {
   color: #43B3CA;
 }
 .AnyTagClassName
 {
   color: #43B3CA;
 }
</style>
background-color css

<style>
 a { background-color: #43B3CA; }

 a { background-color: rgb(67,179,202); }

 div.DivClassName
 {
   background-color: #43B3CA;
 }
 .BgClassName
 {
   background-color: #43B3CA;
 }
</style>
border-color css

<style>
 span { border-color: #43B3CA; }

 span { border-color: rgb(67,179,202); }

 td.TdClassName
 {
   border-color: #43B3CA;
 }
 .TagClassName
 {
   border-color: #43B3CA;
 }
</style>