Html Css Color HEX #229990 Java

📋 copy color: '#229990'

red 34 ◦ green 153 ◦ blue 144

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

Shades of Java #229990

Tints of Java #229990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.22%

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

R = 10.27%
G = 46.22%
B = 43.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#229990 (or 0x229990) is known color: Java. HEX triplet: 22, 99 and 90. RGB value is (34,153,144). Sum of RGB (Red+Green+Blue) = 34+153+144=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #229990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229990 is #DD666F. Grayscale: #747474. Windows color (decimal): -14509680 or 9476386. OLE color: 9476386.

HSL color Cylindrical-coordinate representation of color #229990: hue angle of 175.46º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229990 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 153 144 -
CMYK 0.78 0 0.06 0.4
HSL 175.46º 0.64% 0.37% -
HSV(B) 175.46º 0.78% 0.6% -
XYZ 17.08 25.14 30.34 -
YUV 116.39 143.58 69.23 -
System Red Green Blue C M Y K H S L
Decimal 34 153 144 0.78 0 0.06 0.4 175.46 0.64 0.37
Hex 22 99 90 4E 0 6 28 AF 40 25
Octal 42 231 220 116 0 6 50 257 100 45
Binary 100010 10011001 10010000 1001110 0 110 101000 10101111 1000000 100101

Color Harmonies of #229990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229990

Black with #229990

Text Example


Text Example

White with #229990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229990; }

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

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

background-color css

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

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

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

border-color css

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

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

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