Html Css Color HEX #37AAB7 Pelorous

📋 copy color: '#37AAB7'

red 55 ◦ green 170 ◦ blue 183

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

Shades of Pelorous #37AAB7

Tints of Pelorous #37AAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.85%

R = 13.48%
G = 41.67%
B = 44.85%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#37AAB7 (or 0x37AAB7) is known color: Pelorous. HEX triplet: 37, AA and B7. RGB value is (55,170,183). Sum of RGB (Red+Green+Blue) = 55+170+183=408 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.48% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 183 - color contains mainly: blue. Hex color #37AAB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37AAB7 is #C85548. Grayscale: #888888. Windows color (decimal): -13129033 or 12036663. OLE color: 12036663.

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

Color convert

RGB 55 170 183 -
CMYK 0.70 0.07 0 0.28
HSL 186.09º 0.54% 0.47% -
HSV(B) 186.09º 0.7% 0.72% -
XYZ 24.5 32.98 49.87 -
YUV 137.1 153.9 69.44 -
System Red Green Blue C M Y K H S L
Decimal 55 170 183 0.70 0.07 0 0.28 186.09 0.54 0.47
Hex 37 AA B7 46 7 0 1C BA 36 2F
Octal 67 252 267 106 7 0 34 272 66 57
Binary 110111 10101010 10110111 1000110 111 0 11100 10111010 110110 101111

Color Harmonies of #37AAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37AAB7

Black with #37AAB7

Text Example


Text Example

White with #37AAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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