Html Css Color HEX #10C2AE Light Sea Green

📋 copy color: '#10C2AE'

red 16 ◦ green 194 ◦ blue 174

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

Shades of Light Sea Green #10C2AE

Tints of Light Sea Green #10C2AE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.52%

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

R = 4.17%
G = 50.52%
B = 45.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#10C2AE (or 0x10C2AE) is known color: Light Sea Green. HEX triplet: 10, C2 and AE. RGB value is (16,194,174). Sum of RGB (Red+Green+Blue) = 16+194+174=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #10C2AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C2AE is #EF3D51. Grayscale: #8A8A8A. Windows color (decimal): -15678802 or 11452944. OLE color: 11452944.

HSL color Cylindrical-coordinate representation of color #10C2AE: hue angle of 173.26º 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 #10C2AE is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 194 174 -
CMYK 0.92 0 0.10 0.24
HSL 173.26º 0.85% 0.41% -
HSV(B) 173.26º 0.92% 0.76% -
XYZ 27.15 41.75 46.67 -
YUV 138.5 148.03 40.63 -
System Red Green Blue C M Y K H S L
Decimal 16 194 174 0.92 0 0.10 0.24 173.26 0.85 0.41
Hex 10 C2 AE 5C 0 A 18 AD 55 29
Octal 20 302 256 134 0 12 30 255 125 51
Binary 10000 11000010 10101110 1011100 0 1010 11000 10101101 1010101 101001

Color Harmonies of #10C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C2AE

Black with #10C2AE

Text Example


Text Example

White with #10C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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