Html Css Color HEX #229595 Java

📋 copy color: '#229595'

red 34 ◦ green 149 ◦ blue 149

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

Shades of Java #229595

Tints of Java #229595

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.88%

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

R = 10.24%
G = 44.88%
B = 44.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#229595 (or 0x229595) is known color: Java. HEX triplet: 22, 95 and 95. RGB value is (34,149,149). Sum of RGB (Red+Green+Blue) = 34+149+149=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #229595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229595 is #DD6A6A. Grayscale: #727272. Windows color (decimal): -14510699 or 9803042. OLE color: 9803042.

HSL color Cylindrical-coordinate representation of color #229595: hue angle of 180º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229595 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 149 149 -
CMYK 0.77 0 0 0.42
HSL 180º 0.63% 0.36% -
HSV(B) 180º 0.77% 0.58% -
XYZ 16.83 24 32.18 -
YUV 114.62 147.4 70.5 -
System Red Green Blue C M Y K H S L
Decimal 34 149 149 0.77 0 0 0.42 180 0.63 0.36
Hex 22 95 95 4D 0 0 2A B4 3F 24
Octal 42 225 225 115 0 0 52 264 77 44
Binary 100010 10010101 10010101 1001101 0 0 101010 10110100 111111 100100

Color Harmonies of #229595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229595

Black with #229595

Text Example


Text Example

White with #229595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229595; }

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

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

background-color css

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

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

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

border-color css

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

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

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