#27A1A0

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

Shades of Java #27A1A0

Tints of Java #27A1A0

Color information

#27A1A0 (or 0x27A1A0) is unknown color: approx Java. HEX triplet: 27, A1 and A0. RGB value is (39,161,160). Sum of RGB (Red+Green+Blue) = 39+161+160=360 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.83% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #27A1A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A1A0 is #D85E5F. Grayscale: #7C7C7C. Windows color (decimal): -14179936 or 10527015. OLE color: 10527015.

HSL color Cylindrical-coordinate representation of color #27A1A0: hue angle of 179.51º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A1A0 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB39161160-
CMYK0.7600.010.37
HSL179.51º61%39.22%-
HSV(B)179.51º75.78%63.14%-
XYZ19.9328.4637.7-
YUV124.41148.0867.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.83%
GREEN value IS 161 (63.28% from 255) = 44.72%
BLUE value IS 160 (62.89% from 255) = 44.44%
R=10.83%
G=44.72%
B=44.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal391611600.7600.010.37179.516139.22
Hex27A1A04C0125b43d27
Octal4724124011401452647547
Binary100111101000011010000010011000110010110110100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27A1A0; }

 p { color: rgb(39,161,160); }

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

<style>
 a { background-color: #27A1A0; }

 a { background-color: rgb(39,161,160); }

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

<style>
 span { border-color: #27A1A0; }

 span { border-color: rgb(39,161,160); }

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