Html Css Color HEX #18C99C Caribbean Green

📋 copy color: '#18C99C'

red 24 ◦ green 201 ◦ blue 156

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

Shades of Caribbean Green #18C99C

Tints of Caribbean Green #18C99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.94%

R = 6.3%
G = 52.76%
B = 40.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#18C99C (or 0x18C99C) is known color: Caribbean Green. HEX triplet: 18, C9 and 9C. RGB value is (24,201,156). Sum of RGB (Red+Green+Blue) = 24+201+156=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 201 (78.91% from 255 or 52.76% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 201 - color contains mainly: green. Hex color #18C99C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C99C is #E73663. Grayscale: #8E8E8E. Windows color (decimal): -15152740 or 10275096. OLE color: 10275096.

HSL color Cylindrical-coordinate representation of color #18C99C: hue angle of 164.75º 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 #18C99C is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 201 156 -
CMYK 0.88 0 0.22 0.21
HSL 164.75º 0.79% 0.44% -
HSV(B) 164.75º 0.88% 0.79% -
XYZ 27.26 44.37 38.58 -
YUV 142.95 135.36 43.16 -
System Red Green Blue C M Y K H S L
Decimal 24 201 156 0.88 0 0.22 0.21 164.75 0.79 0.44
Hex 18 C9 9C 58 0 16 15 A5 4F 2C
Octal 30 311 234 130 0 26 25 245 117 54
Binary 11000 11001001 10011100 1011000 0 10110 10101 10100101 1001111 101100

Color Harmonies of #18C99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C99C

Black with #18C99C

Text Example


Text Example

White with #18C99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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