#27A49A

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

Shades of Java #27A49A

Tints of Java #27A49A

Color information

#27A49A (or 0x27A49A) is unknown color: approx Java. HEX triplet: 27, A4 and 9A. RGB value is (39,164,154). Sum of RGB (Red+Green+Blue) = 39+164+154=357 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.92% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #27A49A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A49A is #D85B65. Grayscale: #7D7D7D. Windows color (decimal): -14179174 or 10134567. OLE color: 10134567.

HSL color Cylindrical-coordinate representation of color #27A49A: hue angle of 175.2º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A49A is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB39164154-
CMYK0.7600.060.36
HSL175.2º61.58%39.8%-
HSV(B)175.2º76.22%64.31%-
XYZ19.9429.3235.18-
YUV125.48144.0966.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.92%
GREEN value IS 164 (64.45% from 255) = 45.94%
BLUE value IS 154 (60.55% from 255) = 43.14%
R=10.92%
G=45.94%
B=43.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal391641540.7600.060.36175.261.5839.8
Hex27A49A4C0624af3e28
Octal4724423211406442577650
Binary10011110100100100110101001100011010010010101111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,164,154); }

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

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

 a { background-color: rgb(39,164,154); }

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

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

 span { border-color: rgb(39,164,154); }

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