#228E87

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

Shades of Java #228E87

Tints of Java #228E87

Color information

#228E87 (or 0x228E87) is unknown color: approx Java. HEX triplet: 22, 8E and 87. RGB value is (34,142,135). Sum of RGB (Red+Green+Blue) = 34+142+135=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 142 - color contains mainly: green. Hex color #228E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228E87 is #DD7178. Grayscale: #6C6C6C. Windows color (decimal): -14512505 or 8883746. OLE color: 8883746.

HSL color Cylindrical-coordinate representation of color #228E87: hue angle of 176.11º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228E87 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB34142135-
CMYK0.7600.050.44
HSL176.11º61.36%34.51%-
HSV(B)176.11º76.06%55.69%-
XYZ14.7121.4426.28-
YUV108.91142.7274.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.93%
GREEN value IS 142 (55.86% from 255) = 45.66%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=10.93%
G=45.66%
B=43.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal341421350.7600.050.44176.1161.3634.51
Hex228E874C052Cb03d23
Octal4221620711405542607543
Binary10001010001110100001111001100010110110010110000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228E87; }

 p { color: rgb(34,142,135); }

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

<style>
 a { background-color: #228E87; }

 a { background-color: rgb(34,142,135); }

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

<style>
 span { border-color: #228E87; }

 span { border-color: rgb(34,142,135); }

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