Html Css Color HEX #42B9BC Viking

📋 copy color: '#42B9BC'

red 66 ◦ green 185 ◦ blue 188

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

Shades of Viking #42B9BC

Tints of Viking #42B9BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 15.03%
G = 42.14%
B = 42.82%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#42B9BC (or 0x42B9BC) is known color: Viking. HEX triplet: 42, B9 and BC. RGB value is (66,185,188). Sum of RGB (Red+Green+Blue) = 66+185+188=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #42B9BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B9BC is #BD4643. Grayscale: #959595. Windows color (decimal): -12404292 or 12368194. OLE color: 12368194.

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

Color convert

RGB 66 185 188 -
CMYK 0.65 0.02 0 0.26
HSL 181.48º 0.48% 0.5% -
HSV(B) 181.48º 0.65% 0.74% -
XYZ 28.67 39.49 53.69 -
YUV 149.76 149.58 68.26 -
System Red Green Blue C M Y K H S L
Decimal 66 185 188 0.65 0.02 0 0.26 181.48 0.48 0.5
Hex 42 B9 BC 41 2 0 1A B5 30 32
Octal 102 271 274 101 2 0 32 265 60 62
Binary 1000010 10111001 10111100 1000001 10 0 11010 10110101 110000 110010

Color Harmonies of #42B9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B9BC

Black with #42B9BC

Text Example


Text Example

White with #42B9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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