Html Css Color HEX #37ADBA Viking

📋 copy color: '#37ADBA'

red 55 ◦ green 173 ◦ blue 186

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

Shades of Viking #37ADBA

Tints of Viking #37ADBA

RGB

 RED value IS 55 (21.88% from 255) = 13.29%

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

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

R = 13.29%
G = 41.79%
B = 44.93%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#37ADBA (or 0x37ADBA) is known color: Viking. HEX triplet: 37, AD and BA. RGB value is (55,173,186). Sum of RGB (Red+Green+Blue) = 55+173+186=414 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.29% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #37ADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37ADBA is #C85245. Grayscale: #8B8B8B. Windows color (decimal): -13128262 or 12234039. OLE color: 12234039.

HSL color Cylindrical-coordinate representation of color #37ADBA: hue angle of 185.95º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37ADBA is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 173 186 -
CMYK 0.70 0.07 0 0.27
HSL 185.95º 0.54% 0.47% -
HSV(B) 185.95º 0.7% 0.73% -
XYZ 25.38 34.24 51.73 -
YUV 139.2 154.41 67.94 -
System Red Green Blue C M Y K H S L
Decimal 55 173 186 0.70 0.07 0 0.27 185.95 0.54 0.47
Hex 37 AD BA 46 7 0 1B BA 36 2F
Octal 67 255 272 106 7 0 33 272 66 57
Binary 110111 10101101 10111010 1000110 111 0 11011 10111010 110110 101111

Color Harmonies of #37ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37ADBA

Black with #37ADBA

Text Example


Text Example

White with #37ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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