#22898A

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

Shades of Java #22898A

Tints of Java #22898A

Color information

#22898A (or 0x22898A) is unknown color: approx Java. HEX triplet: 22, 89 and 8A. RGB value is (34,137,138). Sum of RGB (Red+Green+Blue) = 34+137+138=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #22898A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22898A is #DD7675. Grayscale: #6A6A6A. Windows color (decimal): -14513782 or 9079074. OLE color: 9079074.

HSL color Cylindrical-coordinate representation of color #22898A: hue angle of 180.58º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #22898A is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB34137138-
CMYK0.750.0100.46
HSL180.58º60.47%33.73%-
HSV(B)180.58º75.36%54.12%-
XYZ14.1920.0727.17-
YUV106.32145.8876.42-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.00%
GREEN value IS 137 (53.91% from 255) = 44.34%
BLUE value IS 138 (54.30% from 255) = 44.66%
R=11.00%
G=44.34%
B=44.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal341371380.750.0100.46180.5860.4733.73
Hex22898A4B102Eb53c22
Octal4221121211310562657442
Binary100010100010011000101010010111010111010110101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22898A; }

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

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

<style>
 a { background-color: #22898A; }

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

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

<style>
 span { border-color: #22898A; }

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

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