#22988B

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

Shades of Java #22988B

Tints of Java #22988B

Color information

#22988B (or 0x22988B) is unknown color: approx Java. HEX triplet: 22, 98 and 8B. RGB value is (34,152,139). Sum of RGB (Red+Green+Blue) = 34+152+139=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #22988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22988B is #DD6774. Grayscale: #737373. Windows color (decimal): -14509941 or 9148450. OLE color: 9148450.

HSL color Cylindrical-coordinate representation of color #22988B: hue angle of 173.39º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22988B is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB34152139-
CMYK0.7800.090.40
HSL173.39º63.44%36.47%-
HSV(B)173.39º77.63%59.61%-
XYZ16.5524.6628.31-
YUV115.24141.4170.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.46%
GREEN value IS 152 (59.77% from 255) = 46.77%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=10.46%
G=46.77%
B=42.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal341521390.7800.090.40173.3963.4436.47
Hex22988B4E0928ad3f24
Octal42230213116011502557744
Binary100010100110001000101110011100100110100010101101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22988B; }

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

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

<style>
 a { background-color: #22988B; }

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

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

<style>
 span { border-color: #22988B; }

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

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