Html Css Color HEX #10AF9E Light Sea Green

📋 copy color: '#10AF9E'

red 16 ◦ green 175 ◦ blue 158

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

Shades of Light Sea Green #10AF9E

Tints of Light Sea Green #10AF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.27%

R = 4.58%
G = 50.14%
B = 45.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#10AF9E (or 0x10AF9E) is known color: Light Sea Green. HEX triplet: 10, AF and 9E. RGB value is (16,175,158). Sum of RGB (Red+Green+Blue) = 16+175+158=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AF9E is #EF5061. Grayscale: #7D7D7D. Windows color (decimal): -15683682 or 10399504. OLE color: 10399504.

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

Color convert

RGB 16 175 158 -
CMYK 0.91 0 0.10 0.31
HSL 173.58º 0.83% 0.37% -
HSV(B) 173.58º 0.91% 0.69% -
XYZ 21.72 33.24 37.62 -
YUV 125.52 146.32 49.88 -
System Red Green Blue C M Y K H S L
Decimal 16 175 158 0.91 0 0.10 0.31 173.58 0.83 0.37
Hex 10 AF 9E 5B 0 A 1F AE 53 25
Octal 20 257 236 133 0 12 37 256 123 45
Binary 10000 10101111 10011110 1011011 0 1010 11111 10101110 1010011 100101

Color Harmonies of #10AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF9E

Black with #10AF9E

Text Example


Text Example

White with #10AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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