Html Css Color HEX #42AFC0 Viking

📋 copy color: '#42AFC0'

red 66 ◦ green 175 ◦ blue 192

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

Shades of Viking #42AFC0

Tints of Viking #42AFC0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

 BLUE value IS 192 (75.39% from 255) = 44.34%

R = 15.24%
G = 40.42%
B = 44.34%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#42AFC0 (or 0x42AFC0) is known color: Viking. HEX triplet: 42, AF and C0. RGB value is (66,175,192). Sum of RGB (Red+Green+Blue) = 66+175+192=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #42AFC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AFC0 is #BD503F. Grayscale: #909090. Windows color (decimal): -12406848 or 12627778. OLE color: 12627778.

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

Color convert

RGB 66 175 192 -
CMYK 0.66 0.09 0 0.25
HSL 188.1º 0.5% 0.51% -
HSV(B) 188.1º 0.66% 0.75% -
XYZ 27.09 35.62 55.32 -
YUV 144.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 66 175 192 0.66 0.09 0 0.25 188.1 0.5 0.51
Hex 42 AF C0 42 9 0 19 BC 32 33
Octal 102 257 300 102 11 0 31 274 62 63
Binary 1000010 10101111 11000000 1000010 1001 0 11001 10111100 110010 110011

Color Harmonies of #42AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AFC0

Black with #42AFC0

Text Example


Text Example

White with #42AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,175,192); }

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

background-color css

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

 a { background-color: rgb(66,175,192); }

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

border-color css

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

 span { border-color: rgb(66,175,192); }

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