Html Css Color HEX #15DCAC Caribbean Green

📋 copy color: '#15DCAC'

red 21 ◦ green 220 ◦ blue 172

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

Shades of Caribbean Green #15DCAC

Tints of Caribbean Green #15DCAC

RGB

 RED value IS 21 (8.59% from 255) = 5.08%

 GREEN value IS 220 (86.33% from 255) = 53.27%

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

R = 5.08%
G = 53.27%
B = 41.65%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#15DCAC (or 0x15DCAC) is known color: Caribbean Green. HEX triplet: 15, DC and AC. RGB value is (21,220,172). Sum of RGB (Red+Green+Blue) = 21+220+172=413 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.08% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #15DCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DCAC is #EA2353. Grayscale: #9B9B9B. Windows color (decimal): -15344468 or 11328533. OLE color: 11328533.

HSL color Cylindrical-coordinate representation of color #15DCAC: hue angle of 165.53º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DCAC is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 220 172 -
CMYK 0.90 0 0.22 0.14
HSL 165.53º 0.83% 0.47% -
HSV(B) 165.53º 0.9% 0.86% -
XYZ 33.35 54.32 47.76 -
YUV 155.03 137.57 32.4 -
System Red Green Blue C M Y K H S L
Decimal 21 220 172 0.90 0 0.22 0.14 165.53 0.83 0.47
Hex 15 DC AC 5A 0 16 E A6 53 2F
Octal 25 334 254 132 0 26 16 246 123 57
Binary 10101 11011100 10101100 1011010 0 10110 1110 10100110 1010011 101111

Color Harmonies of #15DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DCAC

Black with #15DCAC

Text Example


Text Example

White with #15DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15DCAC; }

 p { color: rgb(21,220,172); }

 H1.HeaderClassName
 {
   color: #15DCAC;
 }
 .AnyTagClassName
 {
   color: #15DCAC;
 }
</style>

background-color css

<style>
 a { background-color: #15DCAC; }

 a { background-color: rgb(21,220,172); }

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

border-color css

<style>
 span { border-color: #15DCAC; }

 span { border-color: rgb(21,220,172); }

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