Html Css Color HEX #15BCA0 Light Sea Green

📋 copy color: '#15BCA0'

red 21 ◦ green 188 ◦ blue 160

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

Shades of Light Sea Green #15BCA0

Tints of Light Sea Green #15BCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.95%

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

R = 5.69%
G = 50.95%
B = 43.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#15BCA0 (or 0x15BCA0) is known color: Light Sea Green. HEX triplet: 15, BC and A0. RGB value is (21,188,160). Sum of RGB (Red+Green+Blue) = 21+188+160=369 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.69% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #15BCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BCA0 is #EA435F. Grayscale: #868686. Windows color (decimal): -15352672 or 10533909. OLE color: 10533909.

HSL color Cylindrical-coordinate representation of color #15BCA0: hue angle of 169.94º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BCA0 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 188 160 -
CMYK 0.89 0 0.15 0.26
HSL 169.94º 0.8% 0.41% -
HSV(B) 169.94º 0.89% 0.74% -
XYZ 24.64 38.66 39.42 -
YUV 134.88 142.17 46.78 -
System Red Green Blue C M Y K H S L
Decimal 21 188 160 0.89 0 0.15 0.26 169.94 0.8 0.41
Hex 15 BC A0 59 0 F 1A AA 50 29
Octal 25 274 240 131 0 17 32 252 120 51
Binary 10101 10111100 10100000 1011001 0 1111 11010 10101010 1010000 101001

Color Harmonies of #15BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BCA0

Black with #15BCA0

Text Example


Text Example

White with #15BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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