Html Css Color HEX #15E0A0 Caribbean Green

📋 copy color: '#15E0A0'

red 21 ◦ green 224 ◦ blue 160

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

Shades of Caribbean Green #15E0A0

Tints of Caribbean Green #15E0A0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 55.31%

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

R = 5.19%
G = 55.31%
B = 39.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#15E0A0 (or 0x15E0A0) is known color: Caribbean Green. HEX triplet: 15, E0 and A0. RGB value is (21,224,160). Sum of RGB (Red+Green+Blue) = 21+224+160=405 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.19% from 405); Green value is 224 (87.89% from 255 or 55.31% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 224 - color contains mainly: green. Hex color #15E0A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15E0A0 is #EA1F5F. Grayscale: #9C9C9C. Windows color (decimal): -15343456 or 10543125. OLE color: 10543125.

HSL color Cylindrical-coordinate representation of color #15E0A0: hue angle of 161.08º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E0A0 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 224 160 -
CMYK 0.91 0 0.29 0.12
HSL 161.08º 0.83% 0.48% -
HSV(B) 161.08º 0.91% 0.88% -
XYZ 33.31 56.01 42.31 -
YUV 156.01 130.25 31.7 -
System Red Green Blue C M Y K H S L
Decimal 21 224 160 0.91 0 0.29 0.12 161.08 0.83 0.48
Hex 15 E0 A0 5B 0 1D C A1 53 30
Octal 25 340 240 133 0 35 14 241 123 60
Binary 10101 11100000 10100000 1011011 0 11101 1100 10100001 1010011 110000

Color Harmonies of #15E0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E0A0

Black with #15E0A0

Text Example


Text Example

White with #15E0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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