#229C97

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

Shades of Java #229C97

Tints of Java #229C97

Color information

#229C97 (or 0x229C97) is unknown color: approx Java. HEX triplet: 22, 9C and 97. RGB value is (34,156,151). Sum of RGB (Red+Green+Blue) = 34+156+151=341 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.97% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #229C97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229C97 is #DD6368. Grayscale: #767676. Windows color (decimal): -14508905 or 9935906. OLE color: 9935906.

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

Color convert

RGB34156151-
CMYK0.7800.030.39
HSL177.54º64.21%37.25%-
HSV(B)177.54º78.21%61.18%-
XYZ18.1326.3533.41-
YUV118.95146.0867.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.97%
GREEN value IS 156 (61.33% from 255) = 45.75%
BLUE value IS 151 (59.38% from 255) = 44.28%
R=9.97%
G=45.75%
B=44.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal341561510.7800.030.39177.5464.2137.25
Hex229C974E0327b24025
Octal42234227116034726210045
Binary10001010011100100101111001110011100111101100101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,156,151); }

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

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

 a { background-color: rgb(34,156,151); }

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

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

 span { border-color: rgb(34,156,151); }

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