#18908B

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

Shades of Java #18908B

Tints of Java #18908B

Color information

#18908B (or 0x18908B) is unknown color: approx Java. HEX triplet: 18, 90 and 8B. RGB value is (24,144,139). Sum of RGB (Red+Green+Blue) = 24+144+139=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #18908B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18908B is #E76F74. Grayscale: #6B6B6B. Windows color (decimal): -15167349 or 9146392. OLE color: 9146392.

HSL color Cylindrical-coordinate representation of color #18908B: hue angle of 177.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18908B is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB24144139-
CMYK0.8300.030.44
HSL177.5º71.43%32.94%-
HSV(B)177.5º83.33%56.47%-
XYZ15.012227.88-
YUV107.55145.7468.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.82%
GREEN value IS 144 (56.64% from 255) = 46.91%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=7.82%
G=46.91%
B=45.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal241441390.8300.030.44177.571.4332.94
Hex18908B53032Cb24721
Octal30220213123035426210741
Binary1100010010000100010111010011011101100101100101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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