Html Css Color HEX #15D8A5 Caribbean Green

📋 copy color: '#15D8A5'

red 21 ◦ green 216 ◦ blue 165

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

Shades of Caribbean Green #15D8A5

Tints of Caribbean Green #15D8A5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.73%

 BLUE value IS 165 (64.84% from 255) = 41.04%

R = 5.22%
G = 53.73%
B = 41.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#15D8A5 (or 0x15D8A5) is known color: Caribbean Green. HEX triplet: 15, D8 and A5. RGB value is (21,216,165). Sum of RGB (Red+Green+Blue) = 21+216+165=402 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.22% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #15D8A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D8A5 is #EA275A. Grayscale: #979797. Windows color (decimal): -15345499 or 10868757. OLE color: 10868757.

HSL color Cylindrical-coordinate representation of color #15D8A5: hue angle of 164.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D8A5 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 216 165 -
CMYK 0.90 0 0.24 0.15
HSL 164.31º 0.82% 0.46% -
HSV(B) 164.31º 0.9% 0.85% -
XYZ 31.66 51.99 43.96 -
YUV 151.88 135.4 34.65 -
System Red Green Blue C M Y K H S L
Decimal 21 216 165 0.90 0 0.24 0.15 164.31 0.82 0.46
Hex 15 D8 A5 5A 0 18 F A4 52 2E
Octal 25 330 245 132 0 30 17 244 122 56
Binary 10101 11011000 10100101 1011010 0 11000 1111 10100100 1010010 101110

Color Harmonies of #15D8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15D8A5

Black with #15D8A5

Text Example


Text Example

White with #15D8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,216,165); }

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

background-color css

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

 a { background-color: rgb(21,216,165); }

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

border-color css

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

 span { border-color: rgb(21,216,165); }

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