Html Css Color HEX #10AFA6 Light Sea Green

📋 copy color: '#10AFA6'

red 16 ◦ green 175 ◦ blue 166

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

Shades of Light Sea Green #10AFA6

Tints of Light Sea Green #10AFA6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.02%

 BLUE value IS 166 (65.23% from 255) = 46.5%

R = 4.48%
G = 49.02%
B = 46.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#10AFA6 (or 0x10AFA6) is known color: Light Sea Green. HEX triplet: 10, AF and A6. RGB value is (16,175,166). Sum of RGB (Red+Green+Blue) = 16+175+166=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #10AFA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AFA6 is #EF5059. Grayscale: #7E7E7E. Windows color (decimal): -15683674 or 10923792. OLE color: 10923792.

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

Color convert

RGB 16 175 166 -
CMYK 0.91 0 0.05 0.31
HSL 176.6º 0.83% 0.37% -
HSV(B) 176.6º 0.91% 0.69% -
XYZ 22.43 33.52 41.37 -
YUV 126.43 150.32 49.23 -
System Red Green Blue C M Y K H S L
Decimal 16 175 166 0.91 0 0.05 0.31 176.6 0.83 0.37
Hex 10 AF A6 5B 0 5 1F B1 53 25
Octal 20 257 246 133 0 5 37 261 123 45
Binary 10000 10101111 10100110 1011011 0 101 11111 10110001 1010011 100101

Color Harmonies of #10AFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AFA6

Black with #10AFA6

Text Example


Text Example

White with #10AFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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