#228B8E

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

Shades of Java #228B8E

Tints of Java #228B8E

Color information

#228B8E (or 0x228B8E) is unknown color: approx Java. HEX triplet: 22, 8B and 8E. RGB value is (34,139,142). Sum of RGB (Red+Green+Blue) = 34+139+142=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #228B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228B8E is #DD7471. Grayscale: #6B6B6B. Windows color (decimal): -14513266 or 9341730. OLE color: 9341730.

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

Color convert

RGB34139142-
CMYK0.760.0200.44
HSL181.67º61.36%34.51%-
HSV(B)181.67º76.06%55.69%-
XYZ14.7720.7628.82-
YUV107.95147.2175.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.79%
GREEN value IS 139 (54.69% from 255) = 44.13%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=10.79%
G=44.13%
B=45.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal341391420.760.0200.44181.6761.3634.51
Hex228B8E4C202Cb63d23
Octal4221321611420542667543
Binary1000101000101110001110100110010010110010110110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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