#36A6AB

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

Shades of Pelorous #36A6AB

Tints of Pelorous #36A6AB

Color information

#36A6AB (or 0x36A6AB) is unknown color: approx Pelorous. HEX triplet: 36, A6 and AB. RGB value is (54,166,171). Sum of RGB (Red+Green+Blue) = 54+166+171=391 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.81% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #36A6AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A6AB is #C95954. Grayscale: #848484. Windows color (decimal): -13195605 or 11249206. OLE color: 11249206.

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

Color convert

RGB54166171-
CMYK0.680.0300.33
HSL182.56º52%44.12%-
HSV(B)182.56º68.42%67.06%-
XYZ22.513143.32-
YUV133.08149.3971.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.81%
GREEN value IS 166 (65.23% from 255) = 42.46%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=13.81%
G=42.46%
B=43.73%

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
Decimal541661710.680.0300.33182.565244.12
Hex36A6AB443021b7342c
Octal6624625310430412676454
Binary1101101010011010101011100010011010000110110111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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