Html Css Color HEX #37AEBD Viking

📋 copy color: '#37AEBD'

red 55 ◦ green 174 ◦ blue 189

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

Shades of Viking #37AEBD

Tints of Viking #37AEBD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.63%

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

R = 13.16%
G = 41.63%
B = 45.22%

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

#37AEBD (or 0x37AEBD) is known color: Viking. HEX triplet: 37, AE and BD. RGB value is (55,174,189). Sum of RGB (Red+Green+Blue) = 55+174+189=418 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.16% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #37AEBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37AEBD is #C85142. Grayscale: #8B8B8B. Windows color (decimal): -13128003 or 12430903. OLE color: 12430903.

HSL color Cylindrical-coordinate representation of color #37AEBD: hue angle of 186.72º 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 #37AEBD is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 174 189 -
CMYK 0.71 0.08 0 0.26
HSL 186.72º 0.55% 0.48% -
HSV(B) 186.72º 0.71% 0.74% -
XYZ 25.9 34.76 53.49 -
YUV 140.13 155.58 67.28 -
System Red Green Blue C M Y K H S L
Decimal 55 174 189 0.71 0.08 0 0.26 186.72 0.55 0.48
Hex 37 AE BD 47 8 0 1A BB 37 30
Octal 67 256 275 107 10 0 32 273 67 60
Binary 110111 10101110 10111101 1000111 1000 0 11010 10111011 110111 110000

Color Harmonies of #37AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37AEBD

Black with #37AEBD

Text Example


Text Example

White with #37AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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