Html Css Color HEX #229C95 Java

📋 copy color: '#229C95'

red 34 ◦ green 156 ◦ blue 149

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

Shades of Java #229C95

Tints of Java #229C95

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.02%

 BLUE value IS 149 (58.59% from 255) = 43.95%

R = 10.03%
G = 46.02%
B = 43.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#229C95 (or 0x229C95) is known color: Java. HEX triplet: 22, 9C and 95. RGB value is (34,156,149). Sum of RGB (Red+Green+Blue) = 34+156+149=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #229C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229C95 is #DD636A. Grayscale: #767676. Windows color (decimal): -14508907 or 9804834. OLE color: 9804834.

HSL color Cylindrical-coordinate representation of color #229C95: hue angle of 176.56º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229C95 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 156 149 -
CMYK 0.78 0 0.04 0.39
HSL 176.56º 0.64% 0.37% -
HSV(B) 176.56º 0.78% 0.61% -
XYZ 17.97 26.29 32.56 -
YUV 118.72 145.08 67.57 -
System Red Green Blue C M Y K H S L
Decimal 34 156 149 0.78 0 0.04 0.39 176.56 0.64 0.37
Hex 22 9C 95 4E 0 4 27 B1 40 25
Octal 42 234 225 116 0 4 47 261 100 45
Binary 100010 10011100 10010101 1001110 0 100 100111 10110001 1000000 100101

Color Harmonies of #229C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229C95

Black with #229C95

Text Example


Text Example

White with #229C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229C95; }

 p { color: rgb(34,156,149); }

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

background-color css

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

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

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

border-color css

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

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

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