Html Css Color HEX #18998F Java

📋 copy color: '#18998F'

red 24 ◦ green 153 ◦ blue 143

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

Shades of Java #18998F

Tints of Java #18998F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.69%

R = 7.5%
G = 47.81%
B = 44.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#18998F (or 0x18998F) is known color: Java. HEX triplet: 18, 99 and 8F. RGB value is (24,153,143). Sum of RGB (Red+Green+Blue) = 24+153+143=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #18998F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18998F is #E76670. Grayscale: #717171. Windows color (decimal): -15165041 or 9410840. OLE color: 9410840.

HSL color Cylindrical-coordinate representation of color #18998F: hue angle of 175.35º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18998F is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 153 143 -
CMYK 0.84 0 0.07 0.4
HSL 175.35º 0.73% 0.35% -
HSV(B) 175.35º 0.84% 0.6% -
XYZ 16.73 24.96 29.92 -
YUV 113.29 144.76 64.31 -
System Red Green Blue C M Y K H S L
Decimal 24 153 143 0.84 0 0.07 0.4 175.35 0.73 0.35
Hex 18 99 8F 54 0 7 28 AF 49 23
Octal 30 231 217 124 0 7 50 257 111 43
Binary 11000 10011001 10001111 1010100 0 111 101000 10101111 1001001 100011

Color Harmonies of #18998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18998F

Black with #18998F

Text Example


Text Example

White with #18998F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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