Html Css Color HEX #229090 Java

📋 copy color: '#229090'

red 34 ◦ green 144 ◦ blue 144

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

Shades of Java #229090

Tints of Java #229090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.72%

 BLUE value IS 144 (56.64% from 255) = 44.72%

R = 10.56%
G = 44.72%
B = 44.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#229090 (or 0x229090) is known color: Java. HEX triplet: 22, 90 and 90. RGB value is (34,144,144). Sum of RGB (Red+Green+Blue) = 34+144+144=322 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.56% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #229090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229090 is #DD6F6F. Grayscale: #6F6F6F. Windows color (decimal): -14511984 or 9474082. OLE color: 9474082.

HSL color Cylindrical-coordinate representation of color #229090: hue angle of 180º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #229090 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 144 144 -
CMYK 0.76 0 0 0.44
HSL 180º 0.62% 0.35% -
HSV(B) 180º 0.76% 0.56% -
XYZ 15.67 22.3 29.86 -
YUV 111.11 146.56 73 -
System Red Green Blue C M Y K H S L
Decimal 34 144 144 0.76 0 0 0.44 180 0.62 0.35
Hex 22 90 90 4C 0 0 2C B4 3E 23
Octal 42 220 220 114 0 0 54 264 76 43
Binary 100010 10010000 10010000 1001100 0 0 101100 10110100 111110 100011

Color Harmonies of #229090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229090

Black with #229090

Text Example


Text Example

White with #229090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229090; }

 p { color: rgb(34,144,144); }

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

background-color css

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

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

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

border-color css

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

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

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