#37A3AA

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

Shades of Pelorous #37A3AA

Tints of Pelorous #37A3AA

Color information

#37A3AA (or 0x37A3AA) is unknown color: approx Pelorous. HEX triplet: 37, A3 and AA. RGB value is (55,163,170). Sum of RGB (Red+Green+Blue) = 55+163+170=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #37A3AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A3AA is #C85C55. Grayscale: #838383. Windows color (decimal): -13130838 or 11182903. OLE color: 11182903.

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

Color convert

RGB55163170-
CMYK0.680.0400.33
HSL183.65º51.11%44.12%-
HSV(B)183.65º67.65%66.67%-
XYZ21.9329.9142.65-
YUV131.51149.7273.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.18%
GREEN value IS 163 (64.06% from 255) = 42.01%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=14.18%
G=42.01%
B=43.81%

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
Decimal551631700.680.0400.33183.6551.1144.12
Hex37A3AA444021b8332c
Octal6724325210440412706354
Binary11011110100011101010101000100100010000110111000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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