#228E99

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

Shades of Java #228E99

Tints of Java #228E99

Color information

#228E99 (or 0x228E99) is unknown color: approx Java. HEX triplet: 22, 8E and 99. RGB value is (34,142,153). Sum of RGB (Red+Green+Blue) = 34+142+153=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #228E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228E99 is #DD7166. Grayscale: #6E6E6E. Windows color (decimal): -14512487 or 10063394. OLE color: 10063394.

HSL color Cylindrical-coordinate representation of color #228E99: hue angle of 185.55º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #228E99 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB34142153-
CMYK0.780.0700.4
HSL185.55º63.64%36.67%-
HSV(B)185.55º77.78%60%-
XYZ16.0821.9933.53-
YUV110.96151.7273.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.33%
GREEN value IS 142 (55.86% from 255) = 43.16%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=10.33%
G=43.16%
B=46.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal341421530.780.0700.4185.5563.6436.67
Hex228E994E7028ba4025
Octal42216231116705027210045
Binary100010100011101001100110011101110101000101110101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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