Html Css Color HEX #18DA9D Caribbean Green

📋 copy color: '#18DA9D'

red 24 ◦ green 218 ◦ blue 157

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

Shades of Caribbean Green #18DA9D

Tints of Caribbean Green #18DA9D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.64%

 BLUE value IS 157 (61.72% from 255) = 39.35%

R = 6.02%
G = 54.64%
B = 39.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#18DA9D (or 0x18DA9D) is known color: Caribbean Green. HEX triplet: 18, DA and 9D. RGB value is (24,218,157). Sum of RGB (Red+Green+Blue) = 24+218+157=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 218 (85.55% from 255 or 54.64% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 218 - color contains mainly: green. Hex color #18DA9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DA9D is #E72562. Grayscale: #999999. Windows color (decimal): -15148387 or 10344984. OLE color: 10344984.

HSL color Cylindrical-coordinate representation of color #18DA9D: hue angle of 161.13º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DA9D is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 218 157 -
CMYK 0.89 0 0.28 0.15
HSL 161.13º 0.8% 0.47% -
HSV(B) 161.13º 0.89% 0.85% -
XYZ 31.53 52.77 40.42 -
YUV 153.04 130.23 35.96 -
System Red Green Blue C M Y K H S L
Decimal 24 218 157 0.89 0 0.28 0.15 161.13 0.8 0.47
Hex 18 DA 9D 59 0 1C F A1 50 2F
Octal 30 332 235 131 0 34 17 241 120 57
Binary 11000 11011010 10011101 1011001 0 11100 1111 10100001 1010000 101111

Color Harmonies of #18DA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DA9D

Black with #18DA9D

Text Example


Text Example

White with #18DA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,218,157); }

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

background-color css

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

 a { background-color: rgb(24,218,157); }

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

border-color css

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

 span { border-color: rgb(24,218,157); }

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