#36A6A0

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

Shades of Java #36A6A0

Tints of Java #36A6A0

Color information

#36A6A0 (or 0x36A6A0) is unknown color: approx Java. HEX triplet: 36, A6 and A0. RGB value is (54,166,160). Sum of RGB (Red+Green+Blue) = 54+166+160=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 166 - color contains mainly: green. Hex color #36A6A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A6A0 is #C9595F. Grayscale: #838383. Windows color (decimal): -13195616 or 10528310. OLE color: 10528310.

HSL color Cylindrical-coordinate representation of color #36A6A0: hue angle of 176.79º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A6A0 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB54166160-
CMYK0.6700.040.35
HSL176.79º50.91%43.14%-
HSV(B)176.79º67.47%65.1%-
XYZ21.530.5938.03-
YUV131.83143.8972.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.21%
GREEN value IS 166 (65.23% from 255) = 43.68%
BLUE value IS 160 (62.89% from 255) = 42.11%
R=14.21%
G=43.68%
B=42.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal541661600.6700.040.35176.7950.9143.14
Hex36A6A0430423b1332b
Octal6624624010304432616353
Binary11011010100110101000001000011010010001110110001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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