Html Css Color HEX #18DC98 Caribbean Green

📋 copy color: '#18DC98'

red 24 ◦ green 220 ◦ blue 152

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

Shades of Caribbean Green #18DC98

Tints of Caribbean Green #18DC98

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.56%

 BLUE value IS 152 (59.77% from 255) = 38.38%

R = 6.06%
G = 55.56%
B = 38.38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#18DC98 (or 0x18DC98) is known color: Caribbean Green. HEX triplet: 18, DC and 98. RGB value is (24,220,152). Sum of RGB (Red+Green+Blue) = 24+220+152=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DC98 is #E72367. Grayscale: #999999. Windows color (decimal): -15147880 or 10017816. OLE color: 10017816.

HSL color Cylindrical-coordinate representation of color #18DC98: hue angle of 159.18º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DC98 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 220 152 -
CMYK 0.89 0 0.31 0.14
HSL 159.18º 0.8% 0.48% -
HSV(B) 159.18º 0.89% 0.86% -
XYZ 31.64 53.65 38.39 -
YUV 153.64 127.07 35.53 -
System Red Green Blue C M Y K H S L
Decimal 24 220 152 0.89 0 0.31 0.14 159.18 0.8 0.48
Hex 18 DC 98 59 0 1F E 9F 50 30
Octal 30 334 230 131 0 37 16 237 120 60
Binary 11000 11011100 10011000 1011001 0 11111 1110 10011111 1010000 110000

Color Harmonies of #18DC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DC98

Black with #18DC98

Text Example


Text Example

White with #18DC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18DC98; }

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

 H1.HeaderClassName
 {
   color: #18DC98;
 }
 .AnyTagClassName
 {
   color: #18DC98;
 }
</style>

background-color css

<style>
 a { background-color: #18DC98; }

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

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

border-color css

<style>
 span { border-color: #18DC98; }

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

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