#42BBB6

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

Shades of Viking #42BBB6

Tints of Viking #42BBB6

Color information

#42BBB6 (or 0x42BBB6) is unknown color: approx Viking. HEX triplet: 42, BB and B6. RGB value is (66,187,182). Sum of RGB (Red+Green+Blue) = 66+187+182=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #42BBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BBB6 is #BD4449. Grayscale: #969696. Windows color (decimal): -12403786 or 11975490. OLE color: 11975490.

HSL color Cylindrical-coordinate representation of color #42BBB6: hue angle of 177.52º 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 #42BBB6 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB66187182-
CMYK0.6500.030.27
HSL177.52º47.83%49.61%-
HSV(B)177.52º64.71%73.33%-
XYZ28.4640.0850.49-
YUV150.25145.9167.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.17%
GREEN value IS 187 (73.44% from 255) = 42.99%
BLUE value IS 182 (71.48% from 255) = 41.84%
R=15.17%
G=42.99%
B=41.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661871820.6500.030.27177.5247.8349.61
Hex42BBB641031Bb23032
Octal10227326610103332626062
Binary1000010101110111011011010000010111101110110010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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