Html Css Color HEX #37AAB5 Pelorous

📋 copy color: '#37AAB5'

red 55 ◦ green 170 ◦ blue 181

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

Shades of Pelorous #37AAB5

Tints of Pelorous #37AAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.58%

R = 13.55%
G = 41.87%
B = 44.58%

CMYK

 C value IS 0.70

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#37AAB5 (or 0x37AAB5) is known color: Pelorous. HEX triplet: 37, AA and B5. RGB value is (55,170,181). Sum of RGB (Red+Green+Blue) = 55+170+181=406 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.55% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 181 - color contains mainly: blue. Hex color #37AAB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37AAB5 is #C8554A. Grayscale: #888888. Windows color (decimal): -13129035 or 11905591. OLE color: 11905591.

HSL color Cylindrical-coordinate representation of color #37AAB5: hue angle of 185.24º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37AAB5 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 55 170 181 -
CMYK 0.70 0.06 0 0.29
HSL 185.24º 0.53% 0.46% -
HSV(B) 185.24º 0.7% 0.71% -
XYZ 24.29 32.9 48.79 -
YUV 136.87 152.9 69.61 -
System Red Green Blue C M Y K H S L
Decimal 55 170 181 0.70 0.06 0 0.29 185.24 0.53 0.46
Hex 37 AA B5 46 6 0 1D B9 35 2E
Octal 67 252 265 106 6 0 35 271 65 56
Binary 110111 10101010 10110101 1000110 110 0 11101 10111001 110101 101110

Color Harmonies of #37AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37AAB5

Black with #37AAB5

Text Example


Text Example

White with #37AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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