Html Css Color HEX #15D7A0 Caribbean Green

📋 copy color: '#15D7A0'

red 21 ◦ green 215 ◦ blue 160

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

Shades of Caribbean Green #15D7A0

Tints of Caribbean Green #15D7A0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.29%

 BLUE value IS 160 (62.89% from 255) = 40.4%

R = 5.3%
G = 54.29%
B = 40.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#15D7A0 (or 0x15D7A0) is known color: Caribbean Green. HEX triplet: 15, D7 and A0. RGB value is (21,215,160). Sum of RGB (Red+Green+Blue) = 21+215+160=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 215 (84.38% from 255 or 54.29% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 215 - color contains mainly: green. Hex color #15D7A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D7A0 is #EA285F. Grayscale: #969696. Windows color (decimal): -15345760 or 10540821. OLE color: 10540821.

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

Color convert

RGB 21 215 160 -
CMYK 0.90 0 0.26 0.16
HSL 162.99º 0.82% 0.46% -
HSV(B) 162.99º 0.9% 0.84% -
XYZ 30.95 51.3 41.53 -
YUV 150.72 133.23 35.47 -
System Red Green Blue C M Y K H S L
Decimal 21 215 160 0.90 0 0.26 0.16 162.99 0.82 0.46
Hex 15 D7 A0 5A 0 1A 10 A3 52 2E
Octal 25 327 240 132 0 32 20 243 122 56
Binary 10101 11010111 10100000 1011010 0 11010 10000 10100011 1010010 101110

Color Harmonies of #15D7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15D7A0

Black with #15D7A0

Text Example


Text Example

White with #15D7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,215,160); }

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

background-color css

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

 a { background-color: rgb(21,215,160); }

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

border-color css

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

 span { border-color: rgb(21,215,160); }

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