Html Css Color HEX #10A6AA Light Sea Green

📋 copy color: '#10A6AA'

red 16 ◦ green 166 ◦ blue 170

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

Shades of Light Sea Green #10A6AA

Tints of Light Sea Green #10A6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.16%

 BLUE value IS 170 (66.8% from 255) = 48.3%

R = 4.55%
G = 47.16%
B = 48.3%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#10A6AA (or 0x10A6AA) is known color: Light Sea Green. HEX triplet: 10, A6 and AA. RGB value is (16,166,170). Sum of RGB (Red+Green+Blue) = 16+166+170=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #10A6AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A6AA is #EF5955. Grayscale: #797979. Windows color (decimal): -15685974 or 11183632. OLE color: 11183632.

HSL color Cylindrical-coordinate representation of color #10A6AA: hue angle of 181.56º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A6AA is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 166 170 -
CMYK 0.91 0.02 0 0.33
HSL 181.56º 0.83% 0.36% -
HSV(B) 181.56º 0.91% 0.67% -
XYZ 21.11 30.28 42.76 -
YUV 121.61 155.31 52.67 -
System Red Green Blue C M Y K H S L
Decimal 16 166 170 0.91 0.02 0 0.33 181.56 0.83 0.36
Hex 10 A6 AA 5B 2 0 21 B6 53 24
Octal 20 246 252 133 2 0 41 266 123 44
Binary 10000 10100110 10101010 1011011 10 0 100001 10110110 1010011 100100

Color Harmonies of #10A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A6AA

Black with #10A6AA

Text Example


Text Example

White with #10A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,166,170); }

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

background-color css

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

 a { background-color: rgb(16,166,170); }

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

border-color css

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

 span { border-color: rgb(16,166,170); }

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