Html Css Color HEX #10A8AD Light Sea Green

📋 copy color: '#10A8AD'

red 16 ◦ green 168 ◦ blue 173

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

Shades of Light Sea Green #10A8AD

Tints of Light Sea Green #10A8AD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.06%

 BLUE value IS 173 (67.97% from 255) = 48.46%

R = 4.48%
G = 47.06%
B = 48.46%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#10A8AD (or 0x10A8AD) is known color: Light Sea Green. HEX triplet: 10, A8 and AD. RGB value is (16,168,173). Sum of RGB (Red+Green+Blue) = 16+168+173=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #10A8AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A8AD is #EF5752. Grayscale: #7A7A7A. Windows color (decimal): -15685459 or 11380752. OLE color: 11380752.

HSL color Cylindrical-coordinate representation of color #10A8AD: hue angle of 181.91º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A8AD is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 168 173 -
CMYK 0.91 0.03 0 0.32
HSL 181.91º 0.83% 0.37% -
HSV(B) 181.91º 0.91% 0.68% -
XYZ 21.76 31.13 44.4 -
YUV 123.12 156.14 51.59 -
System Red Green Blue C M Y K H S L
Decimal 16 168 173 0.91 0.03 0 0.32 181.91 0.83 0.37
Hex 10 A8 AD 5B 3 0 20 B6 53 25
Octal 20 250 255 133 3 0 40 266 123 45
Binary 10000 10101000 10101101 1011011 11 0 100000 10110110 1010011 100101

Color Harmonies of #10A8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A8AD

Black with #10A8AD

Text Example


Text Example

White with #10A8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,168,173); }

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

background-color css

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

 a { background-color: rgb(16,168,173); }

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

border-color css

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

 span { border-color: rgb(16,168,173); }

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