Html Css Color HEX #10A8AC Light Sea Green

📋 copy color: '#10A8AC'

red 16 ◦ green 168 ◦ blue 172

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

Shades of Light Sea Green #10A8AC

Tints of Light Sea Green #10A8AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 4.49%
G = 47.19%
B = 48.31%

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

#10A8AC (or 0x10A8AC) is known color: Light Sea Green. HEX triplet: 10, A8 and AC. RGB value is (16,168,172). Sum of RGB (Red+Green+Blue) = 16+168+172=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #10A8AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A8AC is #EF5753. Grayscale: #7A7A7A. Windows color (decimal): -15685460 or 11315216. OLE color: 11315216.

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

Color convert

RGB 16 168 172 -
CMYK 0.91 0.02 0 0.33
HSL 181.54º 0.83% 0.37% -
HSV(B) 181.54º 0.91% 0.67% -
XYZ 21.66 31.09 43.89 -
YUV 123.01 155.64 51.67 -
System Red Green Blue C M Y K H S L
Decimal 16 168 172 0.91 0.02 0 0.33 181.54 0.83 0.37
Hex 10 A8 AC 5B 2 0 21 B6 53 25
Octal 20 250 254 133 2 0 41 266 123 45
Binary 10000 10101000 10101100 1011011 10 0 100001 10110110 1010011 100101

Color Harmonies of #10A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A8AC

Black with #10A8AC

Text Example


Text Example

White with #10A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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