#228A8C

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

Shades of Java #228A8C

Tints of Java #228A8C

Color information

#228A8C (or 0x228A8C) is unknown color: approx Java. HEX triplet: 22, 8A and 8C. RGB value is (34,138,140). Sum of RGB (Red+Green+Blue) = 34+138+140=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #228A8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228A8C is #DD7573. Grayscale: #6B6B6B. Windows color (decimal): -14513524 or 9210402. OLE color: 9210402.

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

Color convert

RGB34138140-
CMYK0.760.0100.45
HSL181.13º60.92%34.12%-
HSV(B)181.13º75.71%54.9%-
XYZ14.4820.4127.99-
YUV107.13146.5475.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.90%
GREEN value IS 138 (54.30% from 255) = 44.23%
BLUE value IS 140 (55.08% from 255) = 44.87%
R=10.90%
G=44.23%
B=44.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal341381400.760.0100.45181.1360.9234.12
Hex228A8C4C102Db53d22
Octal4221221411410552657542
Binary100010100010101000110010011001010110110110101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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