#228E95

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

Shades of Java #228E95

Tints of Java #228E95

Color information

#228E95 (or 0x228E95) is unknown color: approx Java. HEX triplet: 22, 8E and 95. RGB value is (34,142,149). Sum of RGB (Red+Green+Blue) = 34+142+149=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #228E95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228E95 is #DD716A. Grayscale: #6E6E6E. Windows color (decimal): -14512491 or 9801250. OLE color: 9801250.

HSL color Cylindrical-coordinate representation of color #228E95: hue angle of 183.65º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228E95 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB34142149-
CMYK0.770.0500.42
HSL183.65º62.84%35.88%-
HSV(B)183.65º77.18%58.43%-
XYZ15.7621.8631.82-
YUV110.51149.7273.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.46%
GREEN value IS 142 (55.86% from 255) = 43.69%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=10.46%
G=43.69%
B=45.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341421490.770.0500.42183.6562.8435.88
Hex228E954D502Ab83f24
Octal4221622511550522707744
Binary10001010001110100101011001101101010101010111000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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