Html Css Color HEX #18C9A0 Caribbean Green

📋 copy color: '#18C9A0'

red 24 ◦ green 201 ◦ blue 160

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

Shades of Caribbean Green #18C9A0

Tints of Caribbean Green #18C9A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.56%

R = 6.23%
G = 52.21%
B = 41.56%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#18C9A0 (or 0x18C9A0) is known color: Caribbean Green. HEX triplet: 18, C9 and A0. RGB value is (24,201,160). Sum of RGB (Red+Green+Blue) = 24+201+160=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #18C9A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C9A0 is #E7365F. Grayscale: #8F8F8F. Windows color (decimal): -15152736 or 10537240. OLE color: 10537240.

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

Color convert

RGB 24 201 160 -
CMYK 0.88 0 0.20 0.21
HSL 166.1º 0.79% 0.44% -
HSV(B) 166.1º 0.88% 0.79% -
XYZ 27.61 44.51 40.39 -
YUV 143.4 137.36 42.83 -
System Red Green Blue C M Y K H S L
Decimal 24 201 160 0.88 0 0.20 0.21 166.1 0.79 0.44
Hex 18 C9 A0 58 0 14 15 A6 4F 2C
Octal 30 311 240 130 0 24 25 246 117 54
Binary 11000 11001001 10100000 1011000 0 10100 10101 10100110 1001111 101100

Color Harmonies of #18C9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C9A0

Black with #18C9A0

Text Example


Text Example

White with #18C9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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