Html Css Color HEX #10AF9F Light Sea Green

📋 copy color: '#10AF9F'

red 16 ◦ green 175 ◦ blue 159

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

Shades of Light Sea Green #10AF9F

Tints of Light Sea Green #10AF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.43%

R = 4.57%
G = 50%
B = 45.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#10AF9F (or 0x10AF9F) is known color: Light Sea Green. HEX triplet: 10, AF and 9F. RGB value is (16,175,159). Sum of RGB (Red+Green+Blue) = 16+175+159=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AF9F is #EF5060. Grayscale: #7D7D7D. Windows color (decimal): -15683681 or 10465040. OLE color: 10465040.

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

Color convert

RGB 16 175 159 -
CMYK 0.91 0 0.09 0.31
HSL 173.96º 0.83% 0.37% -
HSV(B) 173.96º 0.91% 0.69% -
XYZ 21.8 33.27 38.07 -
YUV 125.64 146.82 49.8 -
System Red Green Blue C M Y K H S L
Decimal 16 175 159 0.91 0 0.09 0.31 173.96 0.83 0.37
Hex 10 AF 9F 5B 0 9 1F AE 53 25
Octal 20 257 237 133 0 11 37 256 123 45
Binary 10000 10101111 10011111 1011011 0 1001 11111 10101110 1010011 100101

Color Harmonies of #10AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF9F

Black with #10AF9F

Text Example


Text Example

White with #10AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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