Html Css Color HEX #18D6AC Caribbean Green

📋 copy color: '#18D6AC'

red 24 ◦ green 214 ◦ blue 172

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

Shades of Caribbean Green #18D6AC

Tints of Caribbean Green #18D6AC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.2%

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 5.85%
G = 52.2%
B = 41.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#18D6AC (or 0x18D6AC) is known color: Caribbean Green. HEX triplet: 18, D6 and AC. RGB value is (24,214,172). Sum of RGB (Red+Green+Blue) = 24+214+172=410 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.85% from 410); Green value is 214 (83.98% from 255 or 52.20% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 214 - color contains mainly: green. Hex color #18D6AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D6AC is #E72953. Grayscale: #989898. Windows color (decimal): -15149396 or 11327000. OLE color: 11327000.

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

Color convert

RGB 24 214 172 -
CMYK 0.89 0 0.20 0.16
HSL 166.74º 0.8% 0.47% -
HSV(B) 166.74º 0.89% 0.84% -
XYZ 31.87 51.27 47.25 -
YUV 152.4 139.05 36.42 -
System Red Green Blue C M Y K H S L
Decimal 24 214 172 0.89 0 0.20 0.16 166.74 0.8 0.47
Hex 18 D6 AC 59 0 14 10 A7 50 2F
Octal 30 326 254 131 0 24 20 247 120 57
Binary 11000 11010110 10101100 1011001 0 10100 10000 10100111 1010000 101111

Color Harmonies of #18D6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D6AC

Black with #18D6AC

Text Example


Text Example

White with #18D6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,214,172); }

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

background-color css

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

 a { background-color: rgb(24,214,172); }

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

border-color css

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

 span { border-color: rgb(24,214,172); }

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