Html Css Color HEX #15CA8F Caribbean Green

📋 copy color: '#15CA8F'

red 21 ◦ green 202 ◦ blue 143

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

Shades of Caribbean Green #15CA8F

Tints of Caribbean Green #15CA8F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.19%

 BLUE value IS 143 (56.25% from 255) = 39.07%

R = 5.74%
G = 55.19%
B = 39.07%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#15CA8F (or 0x15CA8F) is known color: Caribbean Green. HEX triplet: 15, CA and 8F. RGB value is (21,202,143). Sum of RGB (Red+Green+Blue) = 21+202+143=366 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.74% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #15CA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CA8F is #EA3570. Grayscale: #8D8D8D. Windows color (decimal): -15349105 or 9423381. OLE color: 9423381.

HSL color Cylindrical-coordinate representation of color #15CA8F: hue angle of 160.44º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CA8F is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 202 143 -
CMYK 0.90 0 0.29 0.21
HSL 160.44º 0.81% 0.44% -
HSV(B) 160.44º 0.9% 0.79% -
XYZ 26.39 44.38 33.16 -
YUV 141.16 129.03 42.3 -
System Red Green Blue C M Y K H S L
Decimal 21 202 143 0.90 0 0.29 0.21 160.44 0.81 0.44
Hex 15 CA 8F 5A 0 1D 15 A0 51 2C
Octal 25 312 217 132 0 35 25 240 121 54
Binary 10101 11001010 10001111 1011010 0 11101 10101 10100000 1010001 101100

Color Harmonies of #15CA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CA8F

Black with #15CA8F

Text Example


Text Example

White with #15CA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,202,143); }

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

background-color css

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

 a { background-color: rgb(21,202,143); }

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

border-color css

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

 span { border-color: rgb(21,202,143); }

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