#2A8F88

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

Shades of Java #2A8F88

Tints of Java #2A8F88

Color information

#2A8F88 (or 0x2A8F88) is unknown color: approx Java. HEX triplet: 2A, 8F and 88. RGB value is (42,143,136). Sum of RGB (Red+Green+Blue) = 42+143+136=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #2A8F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8F88 is #D57077. Grayscale: #6F6F6F. Windows color (decimal): -13987960 or 8949546. OLE color: 8949546.

HSL color Cylindrical-coordinate representation of color #2A8F88: hue angle of 175.84º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A8F88 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB42143136-
CMYK0.7100.050.44
HSL175.84º54.59%36.27%-
HSV(B)175.84º70.63%56.08%-
XYZ15.2221.9126.72-
YUV112141.5478.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.08%
GREEN value IS 143 (56.25% from 255) = 44.55%
BLUE value IS 136 (53.52% from 255) = 42.37%
R=13.08%
G=44.55%
B=42.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal421431360.7100.050.44175.8454.5936.27
Hex2A8F8847052Cb03724
Octal5221721010705542606744
Binary10101010001111100010001000111010110110010110000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,143,136); }

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

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

 a { background-color: rgb(42,143,136); }

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

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

 span { border-color: rgb(42,143,136); }

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