#22908B

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

Shades of Java #22908B

Tints of Java #22908B

Color information

#22908B (or 0x22908B) is unknown color: approx Java. HEX triplet: 22, 90 and 8B. RGB value is (34,144,139). Sum of RGB (Red+Green+Blue) = 34+144+139=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #22908B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22908B is #DD6F74. Grayscale: #6E6E6E. Windows color (decimal): -14511989 or 9146402. OLE color: 9146402.

HSL color Cylindrical-coordinate representation of color #22908B: hue angle of 177.27º degrees, saturation: 0.62, 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 #22908B is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB34144139-
CMYK0.7600.030.44
HSL177.27º61.8%34.9%-
HSV(B)177.27º76.39%56.47%-
XYZ15.2922.1527.9-
YUV110.54144.0673.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.73%
GREEN value IS 144 (56.64% from 255) = 45.43%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=10.73%
G=45.43%
B=43.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal341441390.7600.030.44177.2761.834.9
Hex22908B4C032Cb13e23
Octal4222021311403542617643
Binary1000101001000010001011100110001110110010110001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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