#18878B

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

Shades of Java #18878B

Tints of Java #18878B

Color information

#18878B (or 0x18878B) is unknown color: approx Java. HEX triplet: 18, 87 and 8B. RGB value is (24,135,139). Sum of RGB (Red+Green+Blue) = 24+135+139=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #18878B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18878B is #E77874. Grayscale: #666666. Windows color (decimal): -15169653 or 9144088. OLE color: 9144088.

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

Color convert

RGB24135139-
CMYK0.830.0300.45
HSL182.09º70.55%31.96%-
HSV(B)182.09º82.73%54.51%-
XYZ13.719.3927.45-
YUV102.27148.7372.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.05%
GREEN value IS 135 (53.12% from 255) = 45.30%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=8.05%
G=45.30%
B=46.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241351390.830.0300.45182.0970.5531.96
Hex18878B53302Db64720
Octal30207213123305526610740
Binary1100010000111100010111010011110101101101101101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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