Html Css Color HEX #229B8E Java

📋 copy color: '#229B8E'

red 34 ◦ green 155 ◦ blue 142

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

Shades of Java #229B8E

Tints of Java #229B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.9%

R = 10.27%
G = 46.83%
B = 42.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#229B8E (or 0x229B8E) is known color: Java. HEX triplet: 22, 9B and 8E. RGB value is (34,155,142). Sum of RGB (Red+Green+Blue) = 34+155+142=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #229B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229B8E is #DD6471. Grayscale: #757575. Windows color (decimal): -14509170 or 9345826. OLE color: 9345826.

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

Color convert

RGB 34 155 142 -
CMYK 0.78 0 0.08 0.39
HSL 173.55º 0.64% 0.37% -
HSV(B) 173.55º 0.78% 0.61% -
XYZ 17.26 25.74 29.65 -
YUV 117.34 141.91 68.56 -
System Red Green Blue C M Y K H S L
Decimal 34 155 142 0.78 0 0.08 0.39 173.55 0.64 0.37
Hex 22 9B 8E 4E 0 8 27 AE 40 25
Octal 42 233 216 116 0 10 47 256 100 45
Binary 100010 10011011 10001110 1001110 0 1000 100111 10101110 1000000 100101

Color Harmonies of #229B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229B8E

Black with #229B8E

Text Example


Text Example

White with #229B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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