#2A9E97

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

Shades of Java #2A9E97

Tints of Java #2A9E97

Color information

#2A9E97 (or 0x2A9E97) is unknown color: approx Java. HEX triplet: 2A, 9E and 97. RGB value is (42,158,151). Sum of RGB (Red+Green+Blue) = 42+158+151=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 158 - color contains mainly: green. Hex color #2A9E97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9E97 is #D56168. Grayscale: #7A7A7A. Windows color (decimal): -13984105 or 9936426. OLE color: 9936426.

HSL color Cylindrical-coordinate representation of color #2A9E97: hue angle of 176.38º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9E97 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB42158151-
CMYK0.7300.040.38
HSL176.38º58%39.22%-
HSV(B)176.38º73.42%61.96%-
XYZ18.7727.1833.54-
YUV122.52144.0770.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.97%
GREEN value IS 158 (62.11% from 255) = 45.01%
BLUE value IS 151 (59.38% from 255) = 43.02%
R=11.97%
G=45.01%
B=43.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421581510.7300.040.38176.385839.22
Hex2A9E97490426b03a27
Octal5223622711104462607247
Binary10101010011110100101111001001010010011010110000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A9E97; }

 p { color: rgb(42,158,151); }

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

<style>
 a { background-color: #2A9E97; }

 a { background-color: rgb(42,158,151); }

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

<style>
 span { border-color: #2A9E97; }

 span { border-color: rgb(42,158,151); }

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