Html Css Color HEX #229694 Java

📋 copy color: '#229694'

red 34 ◦ green 150 ◦ blue 148

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

Shades of Java #229694

Tints of Java #229694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.58%

R = 10.24%
G = 45.18%
B = 44.58%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#229694 (or 0x229694) is known color: Java. HEX triplet: 22, 96 and 94. RGB value is (34,150,148). Sum of RGB (Red+Green+Blue) = 34+150+148=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #229694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229694 is #DD696B. Grayscale: #727272. Windows color (decimal): -14510444 or 9737762. OLE color: 9737762.

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

Color convert

RGB 34 150 148 -
CMYK 0.77 0 0.01 0.41
HSL 178.97º 0.63% 0.36% -
HSV(B) 178.97º 0.77% 0.59% -
XYZ 16.91 24.29 31.81 -
YUV 115.09 146.57 70.16 -
System Red Green Blue C M Y K H S L
Decimal 34 150 148 0.77 0 0.01 0.41 178.97 0.63 0.36
Hex 22 96 94 4D 0 1 29 B3 3F 24
Octal 42 226 224 115 0 1 51 263 77 44
Binary 100010 10010110 10010100 1001101 0 1 101001 10110011 111111 100100

Color Harmonies of #229694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229694

Black with #229694

Text Example


Text Example

White with #229694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229694; }

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

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

background-color css

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

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

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

border-color css

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

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

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