Html Css Color HEX #228E8D Java

📋 copy color: '#228E8D'

red 34 ◦ green 142 ◦ blue 141

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

Shades of Java #228E8D

Tints of Java #228E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.48%

R = 10.73%
G = 44.79%
B = 44.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#228E8D (or 0x228E8D) is known color: Java. HEX triplet: 22, 8E and 8D. RGB value is (34,142,141). Sum of RGB (Red+Green+Blue) = 34+142+141=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 142 - color contains mainly: green. Hex color #228E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228E8D is #DD7172. Grayscale: #6D6D6D. Windows color (decimal): -14512499 or 9276962. OLE color: 9276962.

HSL color Cylindrical-coordinate representation of color #228E8D: hue angle of 179.44º 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 #228E8D is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 142 141 -
CMYK 0.76 0 0.01 0.44
HSL 179.44º 0.61% 0.35% -
HSV(B) 179.44º 0.76% 0.56% -
XYZ 15.14 21.61 28.57 -
YUV 109.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 34 142 141 0.76 0 0.01 0.44 179.44 0.61 0.35
Hex 22 8E 8D 4C 0 1 2C B3 3D 23
Octal 42 216 215 114 0 1 54 263 75 43
Binary 100010 10001110 10001101 1001100 0 1 101100 10110011 111101 100011

Color Harmonies of #228E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228E8D

Black with #228E8D

Text Example


Text Example

White with #228E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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