#22958E

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

Shades of Java #22958E

Tints of Java #22958E

Color information

#22958E (or 0x22958E) is unknown color: approx Java. HEX triplet: 22, 95 and 8E. RGB value is (34,149,142). Sum of RGB (Red+Green+Blue) = 34+149+142=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #22958E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22958E is #DD6A71. Grayscale: #717171. Windows color (decimal): -14510706 or 9344290. OLE color: 9344290.

HSL color Cylindrical-coordinate representation of color #22958E: hue angle of 176.35º 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 #22958E is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB34149142-
CMYK0.7700.050.42
HSL176.35º62.84%35.88%-
HSV(B)176.35º77.18%58.43%-
XYZ16.2923.7929.32-
YUV113.82143.971.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341491420.7700.050.42176.3562.8435.88
Hex22958E4D052Ab03f24
Octal4222521611505522607744
Binary10001010010101100011101001101010110101010110000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22958E; }

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

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

<style>
 a { background-color: #22958E; }

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

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

<style>
 span { border-color: #22958E; }

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

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