Html Css Color HEX #15CA95 Caribbean Green

📋 copy color: '#15CA95'

red 21 ◦ green 202 ◦ blue 149

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

Shades of Caribbean Green #15CA95

Tints of Caribbean Green #15CA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.05%

R = 5.65%
G = 54.3%
B = 40.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#15CA95 (or 0x15CA95) is known color: Caribbean Green. HEX triplet: 15, CA and 95. RGB value is (21,202,149). Sum of RGB (Red+Green+Blue) = 21+202+149=372 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.65% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #15CA95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CA95 is #EA356A. Grayscale: #8D8D8D. Windows color (decimal): -15349099 or 9816597. OLE color: 9816597.

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

Color convert

RGB 21 202 149 -
CMYK 0.90 0 0.26 0.21
HSL 162.43º 0.81% 0.44% -
HSV(B) 162.43º 0.9% 0.79% -
XYZ 26.85 44.57 35.62 -
YUV 141.84 132.03 41.81 -
System Red Green Blue C M Y K H S L
Decimal 21 202 149 0.90 0 0.26 0.21 162.43 0.81 0.44
Hex 15 CA 95 5A 0 1A 15 A2 51 2C
Octal 25 312 225 132 0 32 25 242 121 54
Binary 10101 11001010 10010101 1011010 0 11010 10101 10100010 1010001 101100

Color Harmonies of #15CA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CA95

Black with #15CA95

Text Example


Text Example

White with #15CA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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