Html Css Color HEX #229B99 Java

📋 copy color: '#229B99'

red 34 ◦ green 155 ◦ blue 153

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

Shades of Java #229B99

Tints of Java #229B99

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.32%

 BLUE value IS 153 (60.16% from 255) = 44.74%

R = 9.94%
G = 45.32%
B = 44.74%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#229B99 (or 0x229B99) is known color: Java. HEX triplet: 22, 9B and 99. RGB value is (34,155,153). Sum of RGB (Red+Green+Blue) = 34+155+153=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #229B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229B99 is #DD6466. Grayscale: #767676. Windows color (decimal): -14509159 or 10066722. OLE color: 10066722.

HSL color Cylindrical-coordinate representation of color #229B99: hue angle of 179.01º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229B99 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 155 153 -
CMYK 0.78 0 0.01 0.39
HSL 179.01º 0.64% 0.37% -
HSV(B) 179.01º 0.78% 0.61% -
XYZ 18.13 26.08 34.22 -
YUV 118.59 147.41 67.66 -
System Red Green Blue C M Y K H S L
Decimal 34 155 153 0.78 0 0.01 0.39 179.01 0.64 0.37
Hex 22 9B 99 4E 0 1 27 B3 40 25
Octal 42 233 231 116 0 1 47 263 100 45
Binary 100010 10011011 10011001 1001110 0 1 100111 10110011 1000000 100101

Color Harmonies of #229B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229B99

Black with #229B99

Text Example


Text Example

White with #229B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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