Html Css Color HEX #18988D Java

📋 copy color: '#18988D'

red 24 ◦ green 152 ◦ blue 141

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

Shades of Java #18988D

Tints of Java #18988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.95%

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

R = 7.57%
G = 47.95%
B = 44.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#18988D (or 0x18988D) is known color: Java. HEX triplet: 18, 98 and 8D. RGB value is (24,152,141). Sum of RGB (Red+Green+Blue) = 24+152+141=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #18988D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18988D is #E76772. Grayscale: #707070. Windows color (decimal): -15165299 or 9279512. OLE color: 9279512.

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

Color convert

RGB 24 152 141 -
CMYK 0.84 0 0.07 0.40
HSL 174.84º 0.73% 0.35% -
HSV(B) 174.84º 0.84% 0.6% -
XYZ 16.41 24.57 29.08 -
YUV 112.47 144.09 64.89 -
System Red Green Blue C M Y K H S L
Decimal 24 152 141 0.84 0 0.07 0.40 174.84 0.73 0.35
Hex 18 98 8D 54 0 7 28 AF 49 23
Octal 30 230 215 124 0 7 50 257 111 43
Binary 11000 10011000 10001101 1010100 0 111 101000 10101111 1001001 100011

Color Harmonies of #18988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18988D

Black with #18988D

Text Example


Text Example

White with #18988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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