Html Css Color HEX #42ADBA Viking

📋 copy color: '#42ADBA'

red 66 ◦ green 173 ◦ blue 186

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

Shades of Viking #42ADBA

Tints of Viking #42ADBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 15.53%
G = 40.71%
B = 43.76%

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

#42ADBA (or 0x42ADBA) is known color: Viking. HEX triplet: 42, AD and BA. RGB value is (66,173,186). Sum of RGB (Red+Green+Blue) = 66+173+186=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #42ADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ADBA is #BD5245. Grayscale: #8E8E8E. Windows color (decimal): -12407366 or 12234050. OLE color: 12234050.

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

Color convert

RGB 66 173 186 -
CMYK 0.65 0.07 0 0.27
HSL 186.5º 0.48% 0.49% -
HSV(B) 186.5º 0.65% 0.73% -
XYZ 26.05 34.59 51.76 -
YUV 142.49 152.55 73.44 -
System Red Green Blue C M Y K H S L
Decimal 66 173 186 0.65 0.07 0 0.27 186.5 0.48 0.49
Hex 42 AD BA 41 7 0 1B BA 30 31
Octal 102 255 272 101 7 0 33 272 60 61
Binary 1000010 10101101 10111010 1000001 111 0 11011 10111010 110000 110001

Color Harmonies of #42ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ADBA

Black with #42ADBA

Text Example


Text Example

White with #42ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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