Html Css Color HEX #15DC8A Caribbean Green

📋 copy color: '#15DC8A'

red 21 ◦ green 220 ◦ blue 138

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

Shades of Caribbean Green #15DC8A

Tints of Caribbean Green #15DC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 5.54%
G = 58.05%
B = 36.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#15DC8A (or 0x15DC8A) is known color: Caribbean Green. HEX triplet: 15, DC and 8A. RGB value is (21,220,138). Sum of RGB (Red+Green+Blue) = 21+220+138=379 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.54% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #15DC8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DC8A is #EA2375. Grayscale: #979797. Windows color (decimal): -15344502 or 9100309. OLE color: 9100309.

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

Color convert

RGB 21 220 138 -
CMYK 0.90 0 0.37 0.14
HSL 155.28º 0.83% 0.47% -
HSV(B) 155.28º 0.9% 0.86% -
XYZ 30.49 53.18 32.7 -
YUV 151.15 120.57 35.17 -
System Red Green Blue C M Y K H S L
Decimal 21 220 138 0.90 0 0.37 0.14 155.28 0.83 0.47
Hex 15 DC 8A 5A 0 25 E 9B 53 2F
Octal 25 334 212 132 0 45 16 233 123 57
Binary 10101 11011100 10001010 1011010 0 100101 1110 10011011 1010011 101111

Color Harmonies of #15DC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DC8A

Black with #15DC8A

Text Example


Text Example

White with #15DC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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