Html Css Color HEX #229496 Java

📋 copy color: '#229496'

red 34 ◦ green 148 ◦ blue 150

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

Shades of Java #229496

Tints of Java #229496

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

 BLUE value IS 150 (58.98% from 255) = 45.18%

R = 10.24%
G = 44.58%
B = 45.18%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#229496 (or 0x229496) is known color: Java. HEX triplet: 22, 94 and 96. RGB value is (34,148,150). Sum of RGB (Red+Green+Blue) = 34+148+150=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #229496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229496 is #DD6B69. Grayscale: #727272. Windows color (decimal): -14510954 or 9868322. OLE color: 9868322.

HSL color Cylindrical-coordinate representation of color #229496: hue angle of 181.03º 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 #229496 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 148 150 -
CMYK 0.77 0.01 0 0.41
HSL 181.03º 0.63% 0.36% -
HSV(B) 181.03º 0.77% 0.59% -
XYZ 16.75 23.72 32.55 -
YUV 114.14 148.23 70.84 -
System Red Green Blue C M Y K H S L
Decimal 34 148 150 0.77 0.01 0 0.41 181.03 0.63 0.36
Hex 22 94 96 4D 1 0 29 B5 3F 24
Octal 42 224 226 115 1 0 51 265 77 44
Binary 100010 10010100 10010110 1001101 1 0 101001 10110101 111111 100100

Color Harmonies of #229496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229496

Black with #229496

Text Example


Text Example

White with #229496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229496; }

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

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

background-color css

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

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

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

border-color css

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

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

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