Html Css Color HEX #229695 Java

📋 copy color: '#229695'

red 34 ◦ green 150 ◦ blue 149

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

Shades of Java #229695

Tints of Java #229695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.05%

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

R = 10.21%
G = 45.05%
B = 44.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#229695 (or 0x229695) is known color: Java. HEX triplet: 22, 96 and 95. RGB value is (34,150,149). Sum of RGB (Red+Green+Blue) = 34+150+149=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #229695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229695 is #DD696A. Grayscale: #737373. Windows color (decimal): -14510443 or 9803298. OLE color: 9803298.

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

Color convert

RGB 34 150 149 -
CMYK 0.77 0 0.01 0.41
HSL 179.48º 0.63% 0.36% -
HSV(B) 179.48º 0.77% 0.59% -
XYZ 16.99 24.32 32.23 -
YUV 115.2 147.07 70.08 -
System Red Green Blue C M Y K H S L
Decimal 34 150 149 0.77 0 0.01 0.41 179.48 0.63 0.36
Hex 22 96 95 4D 0 1 29 B3 3F 24
Octal 42 226 225 115 0 1 51 263 77 44
Binary 100010 10010110 10010101 1001101 0 1 101001 10110011 111111 100100

Color Harmonies of #229695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229695

Black with #229695

Text Example


Text Example

White with #229695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229695; }

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

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

background-color css

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

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

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

border-color css

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

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

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