#36A2AB

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

Shades of Pelorous #36A2AB

Tints of Pelorous #36A2AB

Color information

#36A2AB (or 0x36A2AB) is unknown color: approx Pelorous. HEX triplet: 36, A2 and AB. RGB value is (54,162,171). Sum of RGB (Red+Green+Blue) = 54+162+171=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #36A2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A2AB is #C95D54. Grayscale: #828282. Windows color (decimal): -13196629 or 11248182. OLE color: 11248182.

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

Color convert

RGB54162171-
CMYK0.680.0500.33
HSL184.62º52%44.12%-
HSV(B)184.62º68.42%67.06%-
XYZ21.7929.5743.09-
YUV130.73150.7273.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.95%
GREEN value IS 162 (63.67% from 255) = 41.86%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=13.95%
G=41.86%
B=44.19%

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
Decimal541621710.680.0500.33184.625244.12
Hex36A2AB445021b9342c
Octal6624225310450412716454
Binary11011010100010101010111000100101010000110111001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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