Html Css Color HEX #15DC80 Caribbean Green

📋 copy color: '#15DC80'

red 21 ◦ green 220 ◦ blue 128

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

Shades of Caribbean Green #15DC80

Tints of Caribbean Green #15DC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.69%

R = 5.69%
G = 59.62%
B = 34.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#15DC80 (or 0x15DC80) is known color: Caribbean Green. HEX triplet: 15, DC and 80. RGB value is (21,220,128). Sum of RGB (Red+Green+Blue) = 21+220+128=369 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.69% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #15DC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DC80 is #EA237F. Grayscale: #969696. Windows color (decimal): -15344512 or 8444949. OLE color: 8444949.

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

Color convert

RGB 21 220 128 -
CMYK 0.90 0 0.42 0.14
HSL 152.26º 0.83% 0.47% -
HSV(B) 152.26º 0.9% 0.86% -
XYZ 29.8 52.9 29.06 -
YUV 150.01 115.57 35.98 -
System Red Green Blue C M Y K H S L
Decimal 21 220 128 0.90 0 0.42 0.14 152.26 0.83 0.47
Hex 15 DC 80 5A 0 2A E 98 53 2F
Octal 25 334 200 132 0 52 16 230 123 57
Binary 10101 11011100 10000000 1011010 0 101010 1110 10011000 1010011 101111

Color Harmonies of #15DC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DC80

Black with #15DC80

Text Example


Text Example

White with #15DC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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