Html Css Color HEX #229B95 Java

📋 copy color: '#229B95'

red 34 ◦ green 155 ◦ blue 149

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

Shades of Java #229B95

Tints of Java #229B95

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.86%

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

R = 10.06%
G = 45.86%
B = 44.08%

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

#229B95 (or 0x229B95) is known color: Java. HEX triplet: 22, 9B and 95. RGB value is (34,155,149). Sum of RGB (Red+Green+Blue) = 34+155+149=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #229B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229B95 is #DD646A. Grayscale: #767676. Windows color (decimal): -14509163 or 9804578. OLE color: 9804578.

HSL color Cylindrical-coordinate representation of color #229B95: hue angle of 177.02º 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 #229B95 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 155 149 -
CMYK 0.78 0 0.04 0.39
HSL 177.02º 0.64% 0.37% -
HSV(B) 177.02º 0.78% 0.61% -
XYZ 17.81 25.95 32.5 -
YUV 118.14 145.41 67.99 -
System Red Green Blue C M Y K H S L
Decimal 34 155 149 0.78 0 0.04 0.39 177.02 0.64 0.37
Hex 22 9B 95 4E 0 4 27 B1 40 25
Octal 42 233 225 116 0 4 47 261 100 45
Binary 100010 10011011 10010101 1001110 0 100 100111 10110001 1000000 100101

Color Harmonies of #229B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229B95

Black with #229B95

Text Example


Text Example

White with #229B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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