Html Css Color HEX #42AFBC Viking

📋 copy color: '#42AFBC'

red 66 ◦ green 175 ◦ blue 188

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

Shades of Viking #42AFBC

Tints of Viking #42AFBC

RGB

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

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

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

R = 15.38%
G = 40.79%
B = 43.82%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#42AFBC (or 0x42AFBC) is known color: Viking. HEX triplet: 42, AF and BC. RGB value is (66,175,188). Sum of RGB (Red+Green+Blue) = 66+175+188=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #42AFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AFBC is #BD5043. Grayscale: #8F8F8F. Windows color (decimal): -12406852 or 12365634. OLE color: 12365634.

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

Color convert

RGB 66 175 188 -
CMYK 0.65 0.07 0 0.26
HSL 186.39º 0.48% 0.5% -
HSV(B) 186.39º 0.65% 0.74% -
XYZ 26.65 35.45 53.01 -
YUV 143.89 152.89 72.44 -
System Red Green Blue C M Y K H S L
Decimal 66 175 188 0.65 0.07 0 0.26 186.39 0.48 0.5
Hex 42 AF BC 41 7 0 1A BA 30 32
Octal 102 257 274 101 7 0 32 272 60 62
Binary 1000010 10101111 10111100 1000001 111 0 11010 10111010 110000 110010

Color Harmonies of #42AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AFBC

Black with #42AFBC

Text Example


Text Example

White with #42AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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