#37A4AE

Color #37A4AE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #37A4AE

Tints of Pelorous #37A4AE

Color information

#37A4AE (or 0x37A4AE) is unknown color: approx Pelorous. HEX triplet: 37, A4 and AE. RGB value is (55,164,174). Sum of RGB (Red+Green+Blue) = 55+164+174=393 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.99% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #37A4AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A4AE is #C85B51. Grayscale: #848484. Windows color (decimal): -13130578 or 11445303. OLE color: 11445303.

HSL color Cylindrical-coordinate representation of color #37A4AE: hue angle of 185.04º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37A4AE is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB55164174-
CMYK0.680.0600.32
HSL185.04º51.97%44.9%-
HSV(B)185.04º68.39%68.24%-
XYZ22.4930.4244.73-
YUV132.55151.3972.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.99%
GREEN value IS 164 (64.45% from 255) = 41.73%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=13.99%
G=41.73%
B=44.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal551641740.680.0600.32185.0451.9744.9
Hex37A4AE446020b9342d
Octal6724425610460402716455
Binary11011110100100101011101000100110010000010111001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37A4AE;
 }
 .AnyTagClassName
 {
   color: #37A4AE;
 }
</style>
background-color css

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

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

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

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

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

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