Html Css Color HEX #18D4AB Caribbean Green

📋 copy color: '#18D4AB'

red 24 ◦ green 212 ◦ blue 171

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

Shades of Caribbean Green #18D4AB

Tints of Caribbean Green #18D4AB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.09%

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 5.9%
G = 52.09%
B = 42.01%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#18D4AB (or 0x18D4AB) is known color: Caribbean Green. HEX triplet: 18, D4 and AB. RGB value is (24,212,171). Sum of RGB (Red+Green+Blue) = 24+212+171=407 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.90% from 407); Green value is 212 (83.20% from 255 or 52.09% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 212 - color contains mainly: green. Hex color #18D4AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D4AB is #E72B54. Grayscale: #979797. Windows color (decimal): -15149909 or 11260952. OLE color: 11260952.

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

Color convert

RGB 24 212 171 -
CMYK 0.89 0 0.19 0.17
HSL 166.91º 0.8% 0.46% -
HSV(B) 166.91º 0.89% 0.83% -
XYZ 31.27 50.22 46.57 -
YUV 151.11 139.22 37.33 -
System Red Green Blue C M Y K H S L
Decimal 24 212 171 0.89 0 0.19 0.17 166.91 0.8 0.46
Hex 18 D4 AB 59 0 13 11 A7 50 2E
Octal 30 324 253 131 0 23 21 247 120 56
Binary 11000 11010100 10101011 1011001 0 10011 10001 10100111 1010000 101110

Color Harmonies of #18D4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D4AB

Black with #18D4AB

Text Example


Text Example

White with #18D4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,212,171); }

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

background-color css

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

 a { background-color: rgb(24,212,171); }

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

border-color css

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

 span { border-color: rgb(24,212,171); }

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