#36A3AB

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

Shades of Pelorous #36A3AB

Tints of Pelorous #36A3AB

Color information

#36A3AB (or 0x36A3AB) is unknown color: approx Pelorous. HEX triplet: 36, A3 and AB. RGB value is (54,163,171). Sum of RGB (Red+Green+Blue) = 54+163+171=388 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.92% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #36A3AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A3AB is #C95C54. Grayscale: #838383. Windows color (decimal): -13196373 or 11248438. OLE color: 11248438.

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

Color convert

RGB54163171-
CMYK0.680.0500.33
HSL184.1º52%44.12%-
HSV(B)184.1º68.42%67.06%-
XYZ21.9729.9243.15-
YUV131.32150.3972.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.92%
GREEN value IS 163 (64.06% from 255) = 42.01%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=13.92%
G=42.01%
B=44.07%

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
Decimal541631710.680.0500.33184.15244.12
Hex36A3AB445021b8342c
Octal6624325310450412706454
Binary11011010100011101010111000100101010000110111000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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