Html Css Color HEX #10C4AE Light Sea Green

📋 copy color: '#10C4AE'

red 16 ◦ green 196 ◦ blue 174

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

Shades of Light Sea Green #10C4AE

Tints of Light Sea Green #10C4AE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.78%

 BLUE value IS 174 (68.36% from 255) = 45.08%

R = 4.15%
G = 50.78%
B = 45.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#10C4AE (or 0x10C4AE) is known color: Light Sea Green. HEX triplet: 10, C4 and AE. RGB value is (16,196,174). Sum of RGB (Red+Green+Blue) = 16+196+174=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 196 (76.95% from 255 or 50.78% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 196 - color contains mainly: green. Hex color #10C4AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C4AE is #EF3B51. Grayscale: #8B8B8B. Windows color (decimal): -15678290 or 11453456. OLE color: 11453456.

HSL color Cylindrical-coordinate representation of color #10C4AE: hue angle of 172.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C4AE is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 16 196 174 -
CMYK 0.92 0 0.11 0.23
HSL 172.67º 0.85% 0.42% -
HSV(B) 172.67º 0.92% 0.77% -
XYZ 27.59 42.65 46.82 -
YUV 139.67 147.37 39.79 -
System Red Green Blue C M Y K H S L
Decimal 16 196 174 0.92 0 0.11 0.23 172.67 0.85 0.42
Hex 10 C4 AE 5C 0 B 17 AD 55 2A
Octal 20 304 256 134 0 13 27 255 125 52
Binary 10000 11000100 10101110 1011100 0 1011 10111 10101101 1010101 101010

Color Harmonies of #10C4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C4AE

Black with #10C4AE

Text Example


Text Example

White with #10C4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,196,174); }

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

background-color css

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

 a { background-color: rgb(16,196,174); }

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

border-color css

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

 span { border-color: rgb(16,196,174); }

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