#37A6AB

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

Shades of Pelorous #37A6AB

Tints of Pelorous #37A6AB

Color information

#37A6AB (or 0x37A6AB) is unknown color: approx Pelorous. HEX triplet: 37, A6 and AB. RGB value is (55,166,171). Sum of RGB (Red+Green+Blue) = 55+166+171=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #37A6AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A6AB is #C85954. Grayscale: #858585. Windows color (decimal): -13130069 or 11249207. OLE color: 11249207.

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

Color convert

RGB55166171-
CMYK0.680.0300.33
HSL182.59º51.33%44.31%-
HSV(B)182.59º67.84%67.06%-
XYZ22.5631.0243.33-
YUV133.38149.2372.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.03%
GREEN value IS 166 (65.23% from 255) = 42.35%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=14.03%
G=42.35%
B=43.62%

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
Decimal551661710.680.0300.33182.5951.3344.31
Hex37A6AB443021b7332c
Octal6724625310430412676354
Binary1101111010011010101011100010011010000110110111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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