Html Css Color HEX #229691 Java

📋 copy color: '#229691'

red 34 ◦ green 150 ◦ blue 145

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

Shades of Java #229691

Tints of Java #229691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.07%

R = 10.33%
G = 45.59%
B = 44.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#229691 (or 0x229691) is known color: Java. HEX triplet: 22, 96 and 91. RGB value is (34,150,145). Sum of RGB (Red+Green+Blue) = 34+150+145=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #229691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229691 is #DD696E. Grayscale: #727272. Windows color (decimal): -14510447 or 9541154. OLE color: 9541154.

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

Color convert

RGB 34 150 145 -
CMYK 0.77 0 0.03 0.41
HSL 177.41º 0.63% 0.36% -
HSV(B) 177.41º 0.77% 0.59% -
XYZ 16.68 24.2 30.58 -
YUV 114.75 145.07 70.41 -
System Red Green Blue C M Y K H S L
Decimal 34 150 145 0.77 0 0.03 0.41 177.41 0.63 0.36
Hex 22 96 91 4D 0 3 29 B1 3F 24
Octal 42 226 221 115 0 3 51 261 77 44
Binary 100010 10010110 10010001 1001101 0 11 101001 10110001 111111 100100

Color Harmonies of #229691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229691

Black with #229691

Text Example


Text Example

White with #229691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229691; }

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

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

background-color css

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

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

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

border-color css

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

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

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