Html Css Color HEX #18999F Java

📋 copy color: '#18999F'

red 24 ◦ green 153 ◦ blue 159

#18999F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #18999F

Tints of Java #18999F

RGB

 RED value IS 24 (9.77% from 255) = 7.14%

 GREEN value IS 153 (60.16% from 255) = 45.54%

 BLUE value IS 159 (62.5% from 255) = 47.32%

R = 7.14%
G = 45.54%
B = 47.32%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18999F (or 0x18999F) is known color: Java. HEX triplet: 18, 99 and 9F. RGB value is (24,153,159). Sum of RGB (Red+Green+Blue) = 24+153+159=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #18999F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18999F is #E76660. Grayscale: #727272. Windows color (decimal): -15165025 or 10459416. OLE color: 10459416.

HSL color Cylindrical-coordinate representation of color #18999F: hue angle of 182.67º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18999F is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 153 159 -
CMYK 0.85 0.04 0 0.38
HSL 182.67º 0.74% 0.36% -
HSV(B) 182.67º 0.85% 0.62% -
XYZ 18.03 25.48 36.77 -
YUV 115.11 152.76 63.01 -
System Red Green Blue C M Y K H S L
Decimal 24 153 159 0.85 0.04 0 0.38 182.67 0.74 0.36
Hex 18 99 9F 55 4 0 26 B7 4A 24
Octal 30 231 237 125 4 0 46 267 112 44
Binary 11000 10011001 10011111 1010101 100 0 100110 10110111 1001010 100100

Color Harmonies of #18999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18999F

Black with #18999F

Text Example


Text Example

White with #18999F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18999F;
 }
 .AnyTagClassName
 {
   color: #18999F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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