#37A3AE

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

Shades of Pelorous #37A3AE

Tints of Pelorous #37A3AE

Color information

#37A3AE (or 0x37A3AE) is unknown color: approx Pelorous. HEX triplet: 37, A3 and AE. RGB value is (55,163,174). Sum of RGB (Red+Green+Blue) = 55+163+174=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #37A3AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A3AE is #C85C51. Grayscale: #838383. Windows color (decimal): -13130834 or 11445047. OLE color: 11445047.

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

Color convert

RGB55163174-
CMYK0.680.0600.32
HSL185.55º51.97%44.9%-
HSV(B)185.55º68.39%68.24%-
XYZ22.3130.0644.67-
YUV131.96151.7273.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.03%
GREEN value IS 163 (64.06% from 255) = 41.58%
BLUE value IS 174 (68.36% from 255) = 44.39%
R=14.03%
G=41.58%
B=44.39%

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
Decimal551631740.680.0600.32185.5551.9744.9
Hex37A3AE446020ba342d
Octal6724325610460402726455
Binary11011110100011101011101000100110010000010111010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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