#18969B

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

Shades of Java #18969B

Tints of Java #18969B

Color information

#18969B (or 0x18969B) is unknown color: approx Java. HEX triplet: 18, 96 and 9B. RGB value is (24,150,155). Sum of RGB (Red+Green+Blue) = 24+150+155=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #18969B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18969B is #E76964. Grayscale: #707070. Windows color (decimal): -15165797 or 10196504. OLE color: 10196504.

HSL color Cylindrical-coordinate representation of color #18969B: hue angle of 182.29º 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 #18969B is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB24150155-
CMYK0.850.0300.39
HSL182.29º73.18%35.1%-
HSV(B)182.29º84.52%60.78%-
XYZ17.224.3734.81-
YUV112.9151.7664.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.29%
GREEN value IS 150 (58.98% from 255) = 45.59%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=7.29%
G=45.59%
B=47.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal241501550.850.0300.39182.2973.1835.1
Hex18969B553027b64923
Octal30226233125304726611143
Binary1100010010110100110111010101110100111101101101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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