Html Css Color HEX #229688 Java

📋 copy color: '#229688'

red 34 ◦ green 150 ◦ blue 136

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

Shades of Java #229688

Tints of Java #229688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.5%

R = 10.63%
G = 46.88%
B = 42.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#229688 (or 0x229688) is known color: Java. HEX triplet: 22, 96 and 88. RGB value is (34,150,136). Sum of RGB (Red+Green+Blue) = 34+150+136=320 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.62% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #229688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229688 is #DD6977. Grayscale: #717171. Windows color (decimal): -14510456 or 8951330. OLE color: 8951330.

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

Color convert

RGB 34 150 136 -
CMYK 0.77 0 0.09 0.41
HSL 172.76º 0.63% 0.36% -
HSV(B) 172.76º 0.77% 0.59% -
XYZ 16.01 23.93 27.07 -
YUV 113.72 140.57 71.14 -
System Red Green Blue C M Y K H S L
Decimal 34 150 136 0.77 0 0.09 0.41 172.76 0.63 0.36
Hex 22 96 88 4D 0 9 29 AD 3F 24
Octal 42 226 210 115 0 11 51 255 77 44
Binary 100010 10010110 10001000 1001101 0 1001 101001 10101101 111111 100100

Color Harmonies of #229688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229688

Black with #229688

Text Example


Text Example

White with #229688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229688; }

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

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

background-color css

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

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

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

border-color css

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

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

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