Html Css Color HEX #229995 Java

📋 copy color: '#229995'

red 34 ◦ green 153 ◦ blue 149

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

Shades of Java #229995

Tints of Java #229995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.35%

R = 10.12%
G = 45.54%
B = 44.35%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#229995 (or 0x229995) is known color: Java. HEX triplet: 22, 99 and 95. RGB value is (34,153,149). Sum of RGB (Red+Green+Blue) = 34+153+149=336 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.12% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #229995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229995 is #DD666A. Grayscale: #747474. Windows color (decimal): -14509675 or 9804066. OLE color: 9804066.

HSL color Cylindrical-coordinate representation of color #229995: hue angle of 177.98º 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 #229995 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 153 149 -
CMYK 0.78 0 0.03 0.4
HSL 177.98º 0.64% 0.37% -
HSV(B) 177.98º 0.78% 0.6% -
XYZ 17.48 25.29 32.39 -
YUV 116.96 146.08 68.83 -
System Red Green Blue C M Y K H S L
Decimal 34 153 149 0.78 0 0.03 0.4 177.98 0.64 0.37
Hex 22 99 95 4E 0 3 28 B2 40 25
Octal 42 231 225 116 0 3 50 262 100 45
Binary 100010 10011001 10010101 1001110 0 11 101000 10110010 1000000 100101

Color Harmonies of #229995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229995

Black with #229995

Text Example


Text Example

White with #229995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229995; }

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

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

background-color css

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

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

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

border-color css

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

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

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