#228D8C

Color #228D8C Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #228D8C

Tints of Java #228D8C

Color information

#228D8C (or 0x228D8C) is unknown color: approx Java. HEX triplet: 22, 8D and 8C. RGB value is (34,141,140). Sum of RGB (Red+Green+Blue) = 34+141+140=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 141 - color contains mainly: green. Hex color #228D8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228D8C is #DD7273. Grayscale: #6C6C6C. Windows color (decimal): -14512756 or 9211170. OLE color: 9211170.

HSL color Cylindrical-coordinate representation of color #228D8C: hue angle of 179.44º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228D8C is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB34141140-
CMYK0.7600.010.45
HSL179.44º61.14%34.31%-
HSV(B)179.44º75.89%55.29%-
XYZ14.9221.2828.13-
YUV108.89145.5574.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.79%
GREEN value IS 141 (55.47% from 255) = 44.76%
BLUE value IS 140 (55.08% from 255) = 44.44%
R=10.79%
G=44.76%
B=44.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal341411400.7600.010.45179.4461.1434.31
Hex228D8C4C012Db33d22
Octal4221521411401552637542
Binary100010100011011000110010011000110110110110011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #228D8C;
 }
 .AnyTagClassName
 {
   color: #228D8C;
 }
</style>
background-color css

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

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

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

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

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

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