#37A2AB

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

Shades of Pelorous #37A2AB

Tints of Pelorous #37A2AB

Color information

#37A2AB (or 0x37A2AB) is unknown color: approx Pelorous. HEX triplet: 37, A2 and AB. RGB value is (55,162,171). Sum of RGB (Red+Green+Blue) = 55+162+171=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #37A2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A2AB is #C85D54. Grayscale: #828282. Windows color (decimal): -13131093 or 11248183. OLE color: 11248183.

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

Color convert

RGB55162171-
CMYK0.680.0500.33
HSL184.66º51.33%44.31%-
HSV(B)184.66º67.84%67.06%-
XYZ21.8529.5943.09-
YUV131.03150.5573.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.18%
GREEN value IS 162 (63.67% from 255) = 41.75%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=14.18%
G=41.75%
B=44.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551621710.680.0500.33184.6651.3344.31
Hex37A2AB445021b9332c
Octal6724225310450412716354
Binary11011110100010101010111000100101010000110111001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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