Html Css Color HEX #10C0AC Light Sea Green

📋 copy color: '#10C0AC'

red 16 ◦ green 192 ◦ blue 172

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

Shades of Light Sea Green #10C0AC

Tints of Light Sea Green #10C0AC

RGB

 RED value IS 16 (6.64% from 255) = 4.21%

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

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

R = 4.21%
G = 50.53%
B = 45.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#10C0AC (or 0x10C0AC) is known color: Light Sea Green. HEX triplet: 10, C0 and AC. RGB value is (16,192,172). Sum of RGB (Red+Green+Blue) = 16+192+172=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #10C0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C0AC is #EF3F53. Grayscale: #898989. Windows color (decimal): -15679316 or 11321360. OLE color: 11321360.

HSL color Cylindrical-coordinate representation of color #10C0AC: hue angle of 173.18º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C0AC is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 192 172 -
CMYK 0.92 0 0.10 0.25
HSL 173.18º 0.85% 0.41% -
HSV(B) 173.18º 0.92% 0.75% -
XYZ 26.51 40.79 45.51 -
YUV 137.1 147.69 41.63 -
System Red Green Blue C M Y K H S L
Decimal 16 192 172 0.92 0 0.10 0.25 173.18 0.85 0.41
Hex 10 C0 AC 5C 0 A 19 AD 55 29
Octal 20 300 254 134 0 12 31 255 125 51
Binary 10000 11000000 10101100 1011100 0 1010 11001 10101101 1010101 101001

Color Harmonies of #10C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C0AC

Black with #10C0AC

Text Example


Text Example

White with #10C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10C0AC; }

 p { color: rgb(16,192,172); }

 H1.HeaderClassName
 {
   color: #10C0AC;
 }
 .AnyTagClassName
 {
   color: #10C0AC;
 }
</style>

background-color css

<style>
 a { background-color: #10C0AC; }

 a { background-color: rgb(16,192,172); }

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

border-color css

<style>
 span { border-color: #10C0AC; }

 span { border-color: rgb(16,192,172); }

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