#42B8BB

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

Shades of Viking #42B8BB

Tints of Viking #42B8BB

Color information

#42B8BB (or 0x42B8BB) is unknown color: approx Viking. HEX triplet: 42, B8 and BB. RGB value is (66,184,187). Sum of RGB (Red+Green+Blue) = 66+184+187=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #42B8BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B8BB is #BD4744. Grayscale: #949494. Windows color (decimal): -12404549 or 12302402. OLE color: 12302402.

HSL color Cylindrical-coordinate representation of color #42B8BB: hue angle of 181.49º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42B8BB is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66184187-
CMYK0.650.0200.27
HSL181.49º47.83%49.61%-
HSV(B)181.49º64.71%73.33%-
XYZ28.3639.0353.05-
YUV149.06149.4168.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.10%
GREEN value IS 184 (72.27% from 255) = 42.11%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=15.10%
G=42.11%
B=42.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661841870.650.0200.27181.4947.8349.61
Hex42B8BB41201Bb53032
Octal10227027310120332656062
Binary1000010101110001011101110000011001101110110101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42B8BB; }

 p { color: rgb(66,184,187); }

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

<style>
 a { background-color: #42B8BB; }

 a { background-color: rgb(66,184,187); }

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

<style>
 span { border-color: #42B8BB; }

 span { border-color: rgb(66,184,187); }

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