Html Css Color HEX #42A8AD Viking

📋 copy color: '#42A8AD'

red 66 ◦ green 168 ◦ blue 173

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

Shades of Viking #42A8AD

Tints of Viking #42A8AD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 16.22%
G = 41.28%
B = 42.51%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#42A8AD (or 0x42A8AD) is known color: Viking. HEX triplet: 42, A8 and AD. RGB value is (66,168,173). Sum of RGB (Red+Green+Blue) = 66+168+173=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #42A8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A8AD is #BD5752. Grayscale: #898989. Windows color (decimal): -12408659 or 11380802. OLE color: 11380802.

HSL color Cylindrical-coordinate representation of color #42A8AD: hue angle of 182.8º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42A8AD is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 168 173 -
CMYK 0.62 0.03 0 0.32
HSL 182.8º 0.45% 0.47% -
HSV(B) 182.8º 0.62% 0.68% -
XYZ 23.79 32.18 44.49 -
YUV 138.07 147.71 76.59 -
System Red Green Blue C M Y K H S L
Decimal 66 168 173 0.62 0.03 0 0.32 182.8 0.45 0.47
Hex 42 A8 AD 3E 3 0 20 B7 2D 2F
Octal 102 250 255 76 3 0 40 267 55 57
Binary 1000010 10101000 10101101 111110 11 0 100000 10110111 101101 101111

Color Harmonies of #42A8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A8AD

Black with #42A8AD

Text Example


Text Example

White with #42A8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,168,173); }

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

background-color css

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

 a { background-color: rgb(66,168,173); }

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

border-color css

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

 span { border-color: rgb(66,168,173); }

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