Html Css Color HEX #15BAAC Light Sea Green

📋 copy color: '#15BAAC'

red 21 ◦ green 186 ◦ blue 172

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

Shades of Light Sea Green #15BAAC

Tints of Light Sea Green #15BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.08%

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 5.54%
G = 49.08%
B = 45.38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#15BAAC (or 0x15BAAC) is known color: Light Sea Green. HEX triplet: 15, BA and AC. RGB value is (21,186,172). Sum of RGB (Red+Green+Blue) = 21+186+172=379 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.54% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #15BAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BAAC is #EA4553. Grayscale: #868686. Windows color (decimal): -15353172 or 11319829. OLE color: 11319829.

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

Color convert

RGB 21 186 172 -
CMYK 0.89 0 0.08 0.27
HSL 174.91º 0.8% 0.41% -
HSV(B) 174.91º 0.89% 0.73% -
XYZ 25.31 38.26 45.08 -
YUV 135.07 148.84 46.64 -
System Red Green Blue C M Y K H S L
Decimal 21 186 172 0.89 0 0.08 0.27 174.91 0.8 0.41
Hex 15 BA AC 59 0 8 1B AF 50 29
Octal 25 272 254 131 0 10 33 257 120 51
Binary 10101 10111010 10101100 1011001 0 1000 11011 10101111 1010000 101001

Color Harmonies of #15BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BAAC

Black with #15BAAC

Text Example


Text Example

White with #15BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,186,172); }

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

background-color css

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

 a { background-color: rgb(21,186,172); }

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

border-color css

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

 span { border-color: rgb(21,186,172); }

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