#42BBC6

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

Shades of Viking #42BBC6

Tints of Viking #42BBC6

Color information

#42BBC6 (or 0x42BBC6) is unknown color: approx Viking. HEX triplet: 42, BB and C6. RGB value is (66,187,198). Sum of RGB (Red+Green+Blue) = 66+187+198=451 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.63% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 198 - color contains mainly: blue. Hex color #42BBC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BBC6 is #BD4439. Grayscale: #979797. Windows color (decimal): -12403770 or 13024066. OLE color: 13024066.

HSL color Cylindrical-coordinate representation of color #42BBC6: hue angle of 185º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42BBC6 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB66187198-
CMYK0.670.0600.22
HSL185º53.66%51.76%-
HSV(B)185º66.67%77.65%-
XYZ30.2140.7859.7-
YUV152.07153.9166.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.63%
GREEN value IS 187 (73.44% from 255) = 41.46%
BLUE value IS 198 (77.73% from 255) = 43.90%
R=14.63%
G=41.46%
B=43.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal661871980.670.0600.2218553.6651.76
Hex42BBC6436016b93634
Octal10227330610360262716664
Binary10000101011101111000110100001111001011010111001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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