#18999B

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

Shades of Java #18999B

Tints of Java #18999B

Color information

#18999B (or 0x18999B) is unknown color: approx Java. HEX triplet: 18, 99 and 9B. RGB value is (24,153,155). Sum of RGB (Red+Green+Blue) = 24+153+155=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #18999B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18999B is #E76664. Grayscale: #727272. Windows color (decimal): -15165029 or 10197272. OLE color: 10197272.

HSL color Cylindrical-coordinate representation of color #18999B: hue angle of 180.92º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18999B is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB24153155-
CMYK0.850.0100.39
HSL180.92º73.18%35.1%-
HSV(B)180.92º84.52%60.78%-
XYZ17.6825.3434.97-
YUV114.66150.7663.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.23%
GREEN value IS 153 (60.16% from 255) = 46.08%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=7.23%
G=46.08%
B=46.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal241531550.850.0100.39180.9273.1835.1
Hex18999B551027b54923
Octal30231233125104726511143
Binary110001001100110011011101010110100111101101011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,153,155); }

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

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

 a { background-color: rgb(24,153,155); }

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

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

 span { border-color: rgb(24,153,155); }

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