#18909D

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

Shades of Java #18909D

Tints of Java #18909D

Color information

#18909D (or 0x18909D) is unknown color: approx Java. HEX triplet: 18, 90 and 9D. RGB value is (24,144,157). Sum of RGB (Red+Green+Blue) = 24+144+157=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #18909D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18909D is #E76F62. Grayscale: #6D6D6D. Windows color (decimal): -15167331 or 10326040. OLE color: 10326040.

HSL color Cylindrical-coordinate representation of color #18909D: hue angle of 185.86º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18909D is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB24144157-
CMYK0.850.0800.38
HSL185.86º73.48%35.49%-
HSV(B)185.86º84.71%61.57%-
XYZ16.4422.5835.39-
YUV109.6154.7466.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.38%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=7.38%
G=44.31%
B=48.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal241441570.850.0800.38185.8673.4835.49
Hex18909D558026ba4923
Octal302202351251004627211143
Binary110001001000010011101101010110000100110101110101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18909D; }

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

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

<style>
 a { background-color: #18909D; }

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

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

<style>
 span { border-color: #18909D; }

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

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