#229D98

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

Shades of Java #229D98

Tints of Java #229D98

Color information

#229D98 (or 0x229D98) is unknown color: approx Java. HEX triplet: 22, 9D and 98. RGB value is (34,157,152). Sum of RGB (Red+Green+Blue) = 34+157+152=343 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.91% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #229D98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229D98 is #DD6267. Grayscale: #777777. Windows color (decimal): -14508648 or 10001698. OLE color: 10001698.

HSL color Cylindrical-coordinate representation of color #229D98: hue angle of 177.56º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229D98 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB34157152-
CMYK0.7800.030.38
HSL177.56º64.4%37.45%-
HSV(B)177.56º78.34%61.57%-
XYZ18.3826.7233.89-
YUV119.65146.2566.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.91%
GREEN value IS 157 (61.72% from 255) = 45.77%
BLUE value IS 152 (59.77% from 255) = 44.31%
R=9.91%
G=45.77%
B=44.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal341571520.7800.030.38177.5664.437.45
Hex229D984E0326b24025
Octal42235230116034626210045
Binary10001010011101100110001001110011100110101100101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229D98; }

 p { color: rgb(34,157,152); }

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

<style>
 a { background-color: #229D98; }

 a { background-color: rgb(34,157,152); }

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

<style>
 span { border-color: #229D98; }

 span { border-color: rgb(34,157,152); }

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