#2A989E

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

Shades of Java #2A989E

Tints of Java #2A989E

Color information

#2A989E (or 0x2A989E) is unknown color: approx Java. HEX triplet: 2A, 98 and 9E. RGB value is (42,152,158). Sum of RGB (Red+Green+Blue) = 42+152+158=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A989E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A989E is #D56761. Grayscale: #777777. Windows color (decimal): -13985634 or 10393642. OLE color: 10393642.

HSL color Cylindrical-coordinate representation of color #2A989E: hue angle of 183.1º 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 #2A989E is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB42152158-
CMYK0.730.0400.38
HSL183.1º58%39.22%-
HSV(B)183.1º73.42%61.96%-
XYZ18.3525.4236.29-
YUV119.79149.5672.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.93%
GREEN value IS 152 (59.77% from 255) = 43.18%
BLUE value IS 158 (62.11% from 255) = 44.89%
R=11.93%
G=43.18%
B=44.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421521580.730.0400.38183.15839.22
Hex2A989E494026b73a27
Octal5223023611140462677247
Binary10101010011000100111101001001100010011010110111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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