Html Css Color HEX #229997 Java

📋 copy color: '#229997'

red 34 ◦ green 153 ◦ blue 151

#229997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #229997

Tints of Java #229997

RGB

 RED value IS 34 (13.67% from 255) = 10.06%

 GREEN value IS 153 (60.16% from 255) = 45.27%

 BLUE value IS 151 (59.38% from 255) = 44.67%

R = 10.06%
G = 45.27%
B = 44.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#229997 (or 0x229997) is known color: Java. HEX triplet: 22, 99 and 97. RGB value is (34,153,151). Sum of RGB (Red+Green+Blue) = 34+153+151=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #229997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229997 is #DD6668. Grayscale: #757575. Windows color (decimal): -14509673 or 9935138. OLE color: 9935138.

HSL color Cylindrical-coordinate representation of color #229997: hue angle of 178.99º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229997 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 153 151 -
CMYK 0.78 0 0.01 0.4
HSL 178.99º 0.64% 0.37% -
HSV(B) 178.99º 0.78% 0.6% -
XYZ 17.64 25.36 33.24 -
YUV 117.19 147.08 68.66 -
System Red Green Blue C M Y K H S L
Decimal 34 153 151 0.78 0 0.01 0.4 178.99 0.64 0.37
Hex 22 99 97 4E 0 1 28 B3 40 25
Octal 42 231 227 116 0 1 50 263 100 45
Binary 100010 10011001 10010111 1001110 0 1 101000 10110011 1000000 100101

Color Harmonies of #229997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229997

Black with #229997

Text Example


Text Example

White with #229997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229997; }

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

 H1.HeaderClassName
 {
   color: #229997;
 }
 .AnyTagClassName
 {
   color: #229997;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #229997;
 }
 .BgClassName
 {
   background-color: #229997;
 }
</style>

border-color css

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

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

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