Html Css Color HEX #15CD8C Caribbean Green

📋 copy color: '#15CD8C'

red 21 ◦ green 205 ◦ blue 140

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

Shades of Caribbean Green #15CD8C

Tints of Caribbean Green #15CD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.01%

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 5.74%
G = 56.01%
B = 38.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#15CD8C (or 0x15CD8C) is known color: Caribbean Green. HEX triplet: 15, CD and 8C. RGB value is (21,205,140). Sum of RGB (Red+Green+Blue) = 21+205+140=366 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.74% from 366); Green value is 205 (80.47% from 255 or 56.01% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 205 - color contains mainly: green. Hex color #15CD8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CD8C is #EA3273. Grayscale: #8E8E8E. Windows color (decimal): -15348340 or 9227541. OLE color: 9227541.

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

Color convert

RGB 21 205 140 -
CMYK 0.90 0 0.32 0.20
HSL 158.8º 0.81% 0.44% -
HSV(B) 158.8º 0.9% 0.8% -
XYZ 26.87 45.72 32.22 -
YUV 142.57 126.54 41.29 -
System Red Green Blue C M Y K H S L
Decimal 21 205 140 0.90 0 0.32 0.20 158.8 0.81 0.44
Hex 15 CD 8C 5A 0 20 14 9F 51 2C
Octal 25 315 214 132 0 40 24 237 121 54
Binary 10101 11001101 10001100 1011010 0 100000 10100 10011111 1010001 101100

Color Harmonies of #15CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CD8C

Black with #15CD8C

Text Example


Text Example

White with #15CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,205,140); }

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

background-color css

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

 a { background-color: rgb(21,205,140); }

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

border-color css

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

 span { border-color: rgb(21,205,140); }

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