Html Css Color HEX #42B9BE Viking

📋 copy color: '#42B9BE'

red 66 ◦ green 185 ◦ blue 190

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

Shades of Viking #42B9BE

Tints of Viking #42B9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.95%

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 14.97%
G = 41.95%
B = 43.08%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#42B9BE (or 0x42B9BE) is known color: Viking. HEX triplet: 42, B9 and BE. RGB value is (66,185,190). Sum of RGB (Red+Green+Blue) = 66+185+190=441 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.97% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #42B9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B9BE is #BD4641. Grayscale: #959595. Windows color (decimal): -12404290 or 12499266. OLE color: 12499266.

HSL color Cylindrical-coordinate representation of color #42B9BE: hue angle of 182.42º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42B9BE is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 185 190 -
CMYK 0.65 0.03 0 0.25
HSL 182.42º 0.49% 0.5% -
HSV(B) 182.42º 0.65% 0.75% -
XYZ 28.89 39.57 54.83 -
YUV 149.99 150.58 68.09 -
System Red Green Blue C M Y K H S L
Decimal 66 185 190 0.65 0.03 0 0.25 182.42 0.49 0.5
Hex 42 B9 BE 41 3 0 19 B6 31 32
Octal 102 271 276 101 3 0 31 266 61 62
Binary 1000010 10111001 10111110 1000001 11 0 11001 10110110 110001 110010

Color Harmonies of #42B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B9BE

Black with #42B9BE

Text Example


Text Example

White with #42B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,185,190); }

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

background-color css

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

 a { background-color: rgb(66,185,190); }

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

border-color css

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

 span { border-color: rgb(66,185,190); }

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