Html Css Color HEX #42BBB5 Viking

📋 copy color: '#42BBB5'

red 66 ◦ green 187 ◦ blue 181

#42BBB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #42BBB5

Tints of Viking #42BBB5

RGB

 RED value IS 66 (26.17% from 255) = 15.21%

 GREEN value IS 187 (73.44% from 255) = 43.09%

 BLUE value IS 181 (71.09% from 255) = 41.71%

R = 15.21%
G = 43.09%
B = 41.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#42BBB5 (or 0x42BBB5) is known color: Viking. HEX triplet: 42, BB and B5. RGB value is (66,187,181). Sum of RGB (Red+Green+Blue) = 66+187+181=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 187 - color contains mainly: green. Hex color #42BBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BBB5 is #BD444A. Grayscale: #969696. Windows color (decimal): -12403787 or 11909954. OLE color: 11909954.

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

Color convert

RGB 66 187 181 -
CMYK 0.65 0 0.03 0.27
HSL 177.02º 0.48% 0.5% -
HSV(B) 177.02º 0.65% 0.73% -
XYZ 28.36 40.04 49.95 -
YUV 150.14 145.41 67.99 -
System Red Green Blue C M Y K H S L
Decimal 66 187 181 0.65 0 0.03 0.27 177.02 0.48 0.5
Hex 42 BB B5 41 0 3 1B B1 30 32
Octal 102 273 265 101 0 3 33 261 60 62
Binary 1000010 10111011 10110101 1000001 0 11 11011 10110001 110000 110010

Color Harmonies of #42BBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BBB5

Black with #42BBB5

Text Example


Text Example

White with #42BBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42BBB5;
 }
 .AnyTagClassName
 {
   color: #42BBB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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