Html Css Color HEX #10AFAC Light Sea Green

📋 copy color: '#10AFAC'

red 16 ◦ green 175 ◦ blue 172

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

Shades of Light Sea Green #10AFAC

Tints of Light Sea Green #10AFAC

RGB

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

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

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

R = 4.41%
G = 48.21%
B = 47.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#10AFAC (or 0x10AFAC) is known color: Light Sea Green. HEX triplet: 10, AF and AC. RGB value is (16,175,172). Sum of RGB (Red+Green+Blue) = 16+175+172=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #10AFAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AFAC is #EF5053. Grayscale: #7E7E7E. Windows color (decimal): -15683668 or 11317008. OLE color: 11317008.

HSL color Cylindrical-coordinate representation of color #10AFAC: hue angle of 178.87º 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 #10AFAC is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 175 172 -
CMYK 0.91 0 0.02 0.31
HSL 178.87º 0.83% 0.37% -
HSV(B) 178.87º 0.91% 0.69% -
XYZ 22.99 33.75 44.33 -
YUV 127.12 153.32 48.74 -
System Red Green Blue C M Y K H S L
Decimal 16 175 172 0.91 0 0.02 0.31 178.87 0.83 0.37
Hex 10 AF AC 5B 0 2 1F B3 53 25
Octal 20 257 254 133 0 2 37 263 123 45
Binary 10000 10101111 10101100 1011011 0 10 11111 10110011 1010011 100101

Color Harmonies of #10AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AFAC

Black with #10AFAC

Text Example


Text Example

White with #10AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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