#37A5AA

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

Shades of Pelorous #37A5AA

Tints of Pelorous #37A5AA

Color information

#37A5AA (or 0x37A5AA) is unknown color: approx Pelorous. HEX triplet: 37, A5 and AA. RGB value is (55,165,170). Sum of RGB (Red+Green+Blue) = 55+165+170=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #37A5AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A5AA is #C85A55. Grayscale: #848484. Windows color (decimal): -13130326 or 11183415. OLE color: 11183415.

HSL color Cylindrical-coordinate representation of color #37A5AA: hue angle of 182.61º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37A5AA is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB55165170-
CMYK0.680.0300.33
HSL182.61º51.11%44.12%-
HSV(B)182.61º67.65%66.67%-
XYZ22.2930.6242.77-
YUV132.68149.0672.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.10%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=14.10%
G=42.31%
B=43.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551651700.680.0300.33182.6151.1144.12
Hex37A5AA443021b7332c
Octal6724525210430412676354
Binary1101111010010110101010100010011010000110110111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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