Html Css Color HEX #15DC96 Caribbean Green

📋 copy color: '#15DC96'

red 21 ◦ green 220 ◦ blue 150

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

Shades of Caribbean Green #15DC96

Tints of Caribbean Green #15DC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.36%

R = 5.37%
G = 56.27%
B = 38.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#15DC96 (or 0x15DC96) is known color: Caribbean Green. HEX triplet: 15, DC and 96. RGB value is (21,220,150). Sum of RGB (Red+Green+Blue) = 21+220+150=391 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.37% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #15DC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DC96 is #EA2369. Grayscale: #989898. Windows color (decimal): -15344490 or 9886741. OLE color: 9886741.

HSL color Cylindrical-coordinate representation of color #15DC96: hue angle of 158.89º 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 #15DC96 is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 220 150 -
CMYK 0.90 0 0.32 0.14
HSL 158.89º 0.83% 0.47% -
HSV(B) 158.89º 0.9% 0.86% -
XYZ 31.41 53.55 37.53 -
YUV 152.52 126.57 34.19 -
System Red Green Blue C M Y K H S L
Decimal 21 220 150 0.90 0 0.32 0.14 158.89 0.83 0.47
Hex 15 DC 96 5A 0 20 E 9F 53 2F
Octal 25 334 226 132 0 40 16 237 123 57
Binary 10101 11011100 10010110 1011010 0 100000 1110 10011111 1010011 101111

Color Harmonies of #15DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DC96

Black with #15DC96

Text Example


Text Example

White with #15DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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