Html Css Color HEX #15C0AF Light Sea Green

📋 copy color: '#15C0AF'

red 21 ◦ green 192 ◦ blue 175

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

Shades of Light Sea Green #15C0AF

Tints of Light Sea Green #15C0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.48%

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 5.41%
G = 49.48%
B = 45.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#15C0AF (or 0x15C0AF) is known color: Light Sea Green. HEX triplet: 15, C0 and AF. RGB value is (21,192,175). Sum of RGB (Red+Green+Blue) = 21+192+175=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #15C0AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15C0AF is #EA3F50. Grayscale: #8A8A8A. Windows color (decimal): -15351633 or 11517973. OLE color: 11517973.

HSL color Cylindrical-coordinate representation of color #15C0AF: hue angle of 174.04º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C0AF is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 192 175 -
CMYK 0.89 0 0.09 0.25
HSL 174.04º 0.8% 0.42% -
HSV(B) 174.04º 0.89% 0.75% -
XYZ 26.9 40.95 47.04 -
YUV 138.93 148.35 43.88 -
System Red Green Blue C M Y K H S L
Decimal 21 192 175 0.89 0 0.09 0.25 174.04 0.8 0.42
Hex 15 C0 AF 59 0 9 19 AE 50 2A
Octal 25 300 257 131 0 11 31 256 120 52
Binary 10101 11000000 10101111 1011001 0 1001 11001 10101110 1010000 101010

Color Harmonies of #15C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15C0AF

Black with #15C0AF

Text Example


Text Example

White with #15C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,192,175); }

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

background-color css

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

 a { background-color: rgb(21,192,175); }

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

border-color css

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

 span { border-color: rgb(21,192,175); }

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