Html Css Color HEX #229690 Java

📋 copy color: '#229690'

red 34 ◦ green 150 ◦ blue 144

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

Shades of Java #229690

Tints of Java #229690

RGB

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

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

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

R = 10.37%
G = 45.73%
B = 43.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#229690 (or 0x229690) is known color: Java. HEX triplet: 22, 96 and 90. RGB value is (34,150,144). Sum of RGB (Red+Green+Blue) = 34+150+144=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #229690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229690 is #DD696F. Grayscale: #727272. Windows color (decimal): -14510448 or 9475618. OLE color: 9475618.

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

Color convert

RGB 34 150 144 -
CMYK 0.77 0 0.04 0.41
HSL 176.9º 0.63% 0.36% -
HSV(B) 176.9º 0.77% 0.59% -
XYZ 16.6 24.17 30.18 -
YUV 114.63 144.57 70.49 -
System Red Green Blue C M Y K H S L
Decimal 34 150 144 0.77 0 0.04 0.41 176.9 0.63 0.36
Hex 22 96 90 4D 0 4 29 B1 3F 24
Octal 42 226 220 115 0 4 51 261 77 44
Binary 100010 10010110 10010000 1001101 0 100 101001 10110001 111111 100100

Color Harmonies of #229690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229690

Black with #229690

Text Example


Text Example

White with #229690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229690; }

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

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

background-color css

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

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

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

border-color css

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

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

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