Html Css Color HEX #10C3AE Light Sea Green

📋 copy color: '#10C3AE'

red 16 ◦ green 195 ◦ blue 174

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

Shades of Light Sea Green #10C3AE

Tints of Light Sea Green #10C3AE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.65%

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

R = 4.16%
G = 50.65%
B = 45.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#10C3AE (or 0x10C3AE) is known color: Light Sea Green. HEX triplet: 10, C3 and AE. RGB value is (16,195,174). Sum of RGB (Red+Green+Blue) = 16+195+174=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #10C3AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C3AE is #EF3C51. Grayscale: #8A8A8A. Windows color (decimal): -15678546 or 11453200. OLE color: 11453200.

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

Color convert

RGB 16 195 174 -
CMYK 0.92 0 0.11 0.24
HSL 172.96º 0.85% 0.41% -
HSV(B) 172.96º 0.92% 0.76% -
XYZ 27.37 42.2 46.75 -
YUV 139.09 147.7 40.21 -
System Red Green Blue C M Y K H S L
Decimal 16 195 174 0.92 0 0.11 0.24 172.96 0.85 0.41
Hex 10 C3 AE 5C 0 B 18 AD 55 29
Octal 20 303 256 134 0 13 30 255 125 51
Binary 10000 11000011 10101110 1011100 0 1011 11000 10101101 1010101 101001

Color Harmonies of #10C3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C3AE

Black with #10C3AE

Text Example


Text Example

White with #10C3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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