Html Css Color HEX #229AA0 Java

📋 copy color: '#229AA0'

red 34 ◦ green 154 ◦ blue 160

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

Shades of Java #229AA0

Tints of Java #229AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.25%

 BLUE value IS 160 (62.89% from 255) = 45.98%

R = 9.77%
G = 44.25%
B = 45.98%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#229AA0 (or 0x229AA0) is known color: Java. HEX triplet: 22, 9A and A0. RGB value is (34,154,160). Sum of RGB (Red+Green+Blue) = 34+154+160=348 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.77% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 160 - color contains mainly: blue. Hex color #229AA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229AA0 is #DD655F. Grayscale: #767676. Windows color (decimal): -14509408 or 10525218. OLE color: 10525218.

HSL color Cylindrical-coordinate representation of color #229AA0: hue angle of 182.86º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #229AA0 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 34 154 160 -
CMYK 0.79 0.04 0 0.37
HSL 182.86º 0.65% 0.38% -
HSV(B) 182.86º 0.79% 0.63% -
XYZ 18.56 25.99 37.3 -
YUV 118.8 151.24 67.51 -
System Red Green Blue C M Y K H S L
Decimal 34 154 160 0.79 0.04 0 0.37 182.86 0.65 0.38
Hex 22 9A A0 4F 4 0 25 B7 41 26
Octal 42 232 240 117 4 0 45 267 101 46
Binary 100010 10011010 10100000 1001111 100 0 100101 10110111 1000001 100110

Color Harmonies of #229AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229AA0

Black with #229AA0

Text Example


Text Example

White with #229AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,154,160); }

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

background-color css

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

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

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

border-color css

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

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

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