Html Css Color HEX #18D5AD Caribbean Green

📋 copy color: '#18D5AD'

red 24 ◦ green 213 ◦ blue 173

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

Shades of Caribbean Green #18D5AD

Tints of Caribbean Green #18D5AD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.95%

 BLUE value IS 173 (67.97% from 255) = 42.2%

R = 5.85%
G = 51.95%
B = 42.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#18D5AD (or 0x18D5AD) is known color: Caribbean Green. HEX triplet: 18, D5 and AD. RGB value is (24,213,173). Sum of RGB (Red+Green+Blue) = 24+213+173=410 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.85% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #18D5AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D5AD is #E72A52. Grayscale: #979797. Windows color (decimal): -15149651 or 11392280. OLE color: 11392280.

HSL color Cylindrical-coordinate representation of color #18D5AD: hue angle of 167.3º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D5AD is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 213 173 -
CMYK 0.89 0 0.19 0.16
HSL 167.3º 0.8% 0.46% -
HSV(B) 167.3º 0.89% 0.84% -
XYZ 31.71 50.8 47.67 -
YUV 151.93 139.88 36.75 -
System Red Green Blue C M Y K H S L
Decimal 24 213 173 0.89 0 0.19 0.16 167.3 0.8 0.46
Hex 18 D5 AD 59 0 13 10 A7 50 2E
Octal 30 325 255 131 0 23 20 247 120 56
Binary 11000 11010101 10101101 1011001 0 10011 10000 10100111 1010000 101110

Color Harmonies of #18D5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D5AD

Black with #18D5AD

Text Example


Text Example

White with #18D5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,213,173); }

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

background-color css

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

 a { background-color: rgb(24,213,173); }

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

border-color css

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

 span { border-color: rgb(24,213,173); }

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