#2A988A

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

Shades of Java #2A988A

Tints of Java #2A988A

Color information

#2A988A (or 0x2A988A) is unknown color: approx Java. HEX triplet: 2A, 98 and 8A. RGB value is (42,152,138). Sum of RGB (Red+Green+Blue) = 42+152+138=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #2A988A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A988A is #D56775. Grayscale: #757575. Windows color (decimal): -13985654 or 9082922. OLE color: 9082922.

HSL color Cylindrical-coordinate representation of color #2A988A: hue angle of 172.36º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A988A is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB42152138-
CMYK0.7200.090.40
HSL172.36º56.7%38.04%-
HSV(B)172.36º72.37%59.61%-
XYZ16.7724.7827.94-
YUV117.51139.5674.14-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.65%
GREEN value IS 152 (59.77% from 255) = 45.78%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=12.65%
G=45.78%
B=41.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal421521380.7200.090.40172.3656.738.04
Hex2A988A480928ac3926
Octal52230212110011502547146
Binary101010100110001000101010010000100110100010101100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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