#36A4AA

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

Shades of Pelorous #36A4AA

Tints of Pelorous #36A4AA

Color information

#36A4AA (or 0x36A4AA) is unknown color: approx Pelorous. HEX triplet: 36, A4 and AA. RGB value is (54,164,170). Sum of RGB (Red+Green+Blue) = 54+164+170=388 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.92% from 388); Green value is 164 (64.45% from 255 or 42.27% 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 #36A4AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A4AA is #C95B55. Grayscale: #838383. Windows color (decimal): -13196118 or 11183158. OLE color: 11183158.

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

Color convert

RGB54164170-
CMYK0.680.0400.33
HSL183.1º51.79%43.92%-
HSV(B)183.1º68.24%66.67%-
XYZ22.0530.2442.7-
YUV131.79149.5672.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.92%
GREEN value IS 164 (64.45% from 255) = 42.27%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=13.92%
G=42.27%
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
Decimal541641700.680.0400.33183.151.7943.92
Hex36A4AA444021b7342c
Octal6624425210440412676454
Binary11011010100100101010101000100100010000110110111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,164,170); }

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

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

 a { background-color: rgb(54,164,170); }

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

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

 span { border-color: rgb(54,164,170); }

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