#37A5AB

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

Shades of Pelorous #37A5AB

Tints of Pelorous #37A5AB

Color information

#37A5AB (or 0x37A5AB) is unknown color: approx Pelorous. HEX triplet: 37, A5 and AB. RGB value is (55,165,171). Sum of RGB (Red+Green+Blue) = 55+165+171=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #37A5AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A5AB is #C85A54. Grayscale: #848484. Windows color (decimal): -13130325 or 11248951. OLE color: 11248951.

HSL color Cylindrical-coordinate representation of color #37A5AB: hue angle of 183.1º 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 #37A5AB is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB55165171-
CMYK0.680.0400.33
HSL183.1º51.33%44.31%-
HSV(B)183.1º67.84%67.06%-
XYZ22.3830.6643.27-
YUV132.79149.5672.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.07%
GREEN value IS 165 (64.84% from 255) = 42.20%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=14.07%
G=42.20%
B=43.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551651710.680.0400.33183.151.3344.31
Hex37A5AB444021b7332c
Octal6724525310440412676354
Binary11011110100101101010111000100100010000110110111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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