Html Css Color HEX #228E89 Java

📋 copy color: '#228E89'

red 34 ◦ green 142 ◦ blue 137

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

Shades of Java #228E89

Tints of Java #228E89

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.37%

 BLUE value IS 137 (53.91% from 255) = 43.77%

R = 10.86%
G = 45.37%
B = 43.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#228E89 (or 0x228E89) is known color: Java. HEX triplet: 22, 8E and 89. RGB value is (34,142,137). Sum of RGB (Red+Green+Blue) = 34+142+137=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 142 - color contains mainly: green. Hex color #228E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228E89 is #DD7176. Grayscale: #6D6D6D. Windows color (decimal): -14512503 or 9014818. OLE color: 9014818.

HSL color Cylindrical-coordinate representation of color #228E89: hue angle of 177.22º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228E89 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 142 137 -
CMYK 0.76 0 0.04 0.44
HSL 177.22º 0.61% 0.35% -
HSV(B) 177.22º 0.76% 0.56% -
XYZ 14.85 21.49 27.03 -
YUV 109.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 34 142 137 0.76 0 0.04 0.44 177.22 0.61 0.35
Hex 22 8E 89 4C 0 4 2C B1 3D 23
Octal 42 216 211 114 0 4 54 261 75 43
Binary 100010 10001110 10001001 1001100 0 100 101100 10110001 111101 100011

Color Harmonies of #228E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228E89

Black with #228E89

Text Example


Text Example

White with #228E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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