Html Css Color HEX #37ADBD Viking

📋 copy color: '#37ADBD'

red 55 ◦ green 173 ◦ blue 189

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

Shades of Viking #37ADBD

Tints of Viking #37ADBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 13.19%
G = 41.49%
B = 45.32%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#37ADBD (or 0x37ADBD) is known color: Viking. HEX triplet: 37, AD and BD. RGB value is (55,173,189). Sum of RGB (Red+Green+Blue) = 55+173+189=417 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.19% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #37ADBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37ADBD is #C85242. Grayscale: #8B8B8B. Windows color (decimal): -13128259 or 12430647. OLE color: 12430647.

HSL color Cylindrical-coordinate representation of color #37ADBD: hue angle of 187.16º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37ADBD is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 173 189 -
CMYK 0.71 0.08 0 0.26
HSL 187.16º 0.55% 0.48% -
HSV(B) 187.16º 0.71% 0.74% -
XYZ 25.7 34.37 53.42 -
YUV 139.54 155.91 67.7 -
System Red Green Blue C M Y K H S L
Decimal 55 173 189 0.71 0.08 0 0.26 187.16 0.55 0.48
Hex 37 AD BD 47 8 0 1A BB 37 30
Octal 67 255 275 107 10 0 32 273 67 60
Binary 110111 10101101 10111101 1000111 1000 0 11010 10111011 110111 110000

Color Harmonies of #37ADBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37ADBD

Black with #37ADBD

Text Example


Text Example

White with #37ADBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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