Html Css Color HEX #18998D Java

📋 copy color: '#18998D'

red 24 ◦ green 153 ◦ blue 141

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

Shades of Java #18998D

Tints of Java #18998D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 7.55%
G = 48.11%
B = 44.34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#18998D (or 0x18998D) is known color: Java. HEX triplet: 18, 99 and 8D. RGB value is (24,153,141). Sum of RGB (Red+Green+Blue) = 24+153+141=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #18998D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18998D is #E76672. Grayscale: #707070. Windows color (decimal): -15165043 or 9279768. OLE color: 9279768.

HSL color Cylindrical-coordinate representation of color #18998D: hue angle of 174.42º 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 #18998D is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 153 141 -
CMYK 0.84 0 0.08 0.4
HSL 174.42º 0.73% 0.35% -
HSV(B) 174.42º 0.84% 0.6% -
XYZ 16.58 24.9 29.13 -
YUV 113.06 143.76 64.48 -
System Red Green Blue C M Y K H S L
Decimal 24 153 141 0.84 0 0.08 0.4 174.42 0.73 0.35
Hex 18 99 8D 54 0 8 28 AE 49 23
Octal 30 231 215 124 0 10 50 256 111 43
Binary 11000 10011001 10001101 1010100 0 1000 101000 10101110 1001001 100011

Color Harmonies of #18998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18998D

Black with #18998D

Text Example


Text Example

White with #18998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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