Html Css Color HEX #18C99F Caribbean Green

📋 copy color: '#18C99F'

red 24 ◦ green 201 ◦ blue 159

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

Shades of Caribbean Green #18C99F

Tints of Caribbean Green #18C99F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.34%

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

R = 6.25%
G = 52.34%
B = 41.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#18C99F (or 0x18C99F) is known color: Caribbean Green. HEX triplet: 18, C9 and 9F. RGB value is (24,201,159). Sum of RGB (Red+Green+Blue) = 24+201+159=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #18C99F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C99F is #E73660. Grayscale: #8F8F8F. Windows color (decimal): -15152737 or 10471704. OLE color: 10471704.

HSL color Cylindrical-coordinate representation of color #18C99F: hue angle of 165.76º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C99F is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 201 159 -
CMYK 0.88 0 0.21 0.21
HSL 165.76º 0.79% 0.44% -
HSV(B) 165.76º 0.88% 0.79% -
XYZ 27.52 44.47 39.93 -
YUV 143.29 136.86 42.92 -
System Red Green Blue C M Y K H S L
Decimal 24 201 159 0.88 0 0.21 0.21 165.76 0.79 0.44
Hex 18 C9 9F 58 0 15 15 A6 4F 2C
Octal 30 311 237 130 0 25 25 246 117 54
Binary 11000 11001001 10011111 1011000 0 10101 10101 10100110 1001111 101100

Color Harmonies of #18C99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C99F

Black with #18C99F

Text Example


Text Example

White with #18C99F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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