Html Css Color HEX #37AAB9 Pelorous

📋 copy color: '#37AAB9'

red 55 ◦ green 170 ◦ blue 185

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

Shades of Pelorous #37AAB9

Tints of Pelorous #37AAB9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.46%

 BLUE value IS 185 (72.66% from 255) = 45.12%

R = 13.41%
G = 41.46%
B = 45.12%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#37AAB9 (or 0x37AAB9) is known color: Pelorous. HEX triplet: 37, AA and B9. RGB value is (55,170,185). Sum of RGB (Red+Green+Blue) = 55+170+185=410 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.41% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #37AAB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37AAB9 is #C85546. Grayscale: #898989. Windows color (decimal): -13129031 or 12167735. OLE color: 12167735.

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

Color convert

RGB 55 170 185 -
CMYK 0.70 0.08 0 0.27
HSL 186.92º 0.54% 0.47% -
HSV(B) 186.92º 0.7% 0.73% -
XYZ 24.71 33.06 50.98 -
YUV 137.33 154.9 69.28 -
System Red Green Blue C M Y K H S L
Decimal 55 170 185 0.70 0.08 0 0.27 186.92 0.54 0.47
Hex 37 AA B9 46 8 0 1B BB 36 2F
Octal 67 252 271 106 10 0 33 273 66 57
Binary 110111 10101010 10111001 1000110 1000 0 11011 10111011 110110 101111

Color Harmonies of #37AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37AAB9

Black with #37AAB9

Text Example


Text Example

White with #37AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,170,185); }

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

background-color css

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

 a { background-color: rgb(55,170,185); }

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

border-color css

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

 span { border-color: rgb(55,170,185); }

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