Html Css Color HEX #42ADBB Viking

📋 copy color: '#42ADBB'

red 66 ◦ green 173 ◦ blue 187

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

Shades of Viking #42ADBB

Tints of Viking #42ADBB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.61%

 BLUE value IS 187 (73.44% from 255) = 43.9%

R = 15.49%
G = 40.61%
B = 43.9%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#42ADBB (or 0x42ADBB) is known color: Viking. HEX triplet: 42, AD and BB. RGB value is (66,173,187). Sum of RGB (Red+Green+Blue) = 66+173+187=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #42ADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ADBB is #BD5244. Grayscale: #8E8E8E. Windows color (decimal): -12407365 or 12299586. OLE color: 12299586.

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

Color convert

RGB 66 173 187 -
CMYK 0.65 0.07 0 0.27
HSL 186.94º 0.48% 0.5% -
HSV(B) 186.94º 0.65% 0.73% -
XYZ 26.16 34.63 52.32 -
YUV 142.6 153.05 73.36 -
System Red Green Blue C M Y K H S L
Decimal 66 173 187 0.65 0.07 0 0.27 186.94 0.48 0.5
Hex 42 AD BB 41 7 0 1B BB 30 32
Octal 102 255 273 101 7 0 33 273 60 62
Binary 1000010 10101101 10111011 1000001 111 0 11011 10111011 110000 110010

Color Harmonies of #42ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ADBB

Black with #42ADBB

Text Example


Text Example

White with #42ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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