#229C92

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

Shades of Java #229C92

Tints of Java #229C92

Color information

#229C92 (or 0x229C92) is unknown color: approx Java. HEX triplet: 22, 9C and 92. RGB value is (34,156,146). Sum of RGB (Red+Green+Blue) = 34+156+146=336 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.12% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #229C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229C92 is #DD636D. Grayscale: #767676. Windows color (decimal): -14508910 or 9608226. OLE color: 9608226.

HSL color Cylindrical-coordinate representation of color #229C92: hue angle of 175.08º 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 #229C92 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB34156146-
CMYK0.7800.060.39
HSL175.08º64.21%37.25%-
HSV(B)175.08º78.21%61.18%-
XYZ17.7426.1931.31-
YUV118.38143.5867.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.12%
GREEN value IS 156 (61.33% from 255) = 46.43%
BLUE value IS 146 (57.42% from 255) = 43.45%
R=10.12%
G=46.43%
B=43.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal341561460.7800.060.39175.0864.2137.25
Hex229C924E0627af4025
Octal42234222116064725710045
Binary100010100111001001001010011100110100111101011111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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