Html Css Color HEX #10B9A1 Light Sea Green

📋 copy color: '#10B9A1'

red 16 ◦ green 185 ◦ blue 161

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

Shades of Light Sea Green #10B9A1

Tints of Light Sea Green #10B9A1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.1%

 BLUE value IS 161 (63.28% from 255) = 44.48%

R = 4.42%
G = 51.1%
B = 44.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#10B9A1 (or 0x10B9A1) is known color: Light Sea Green. HEX triplet: 10, B9 and A1. RGB value is (16,185,161). Sum of RGB (Red+Green+Blue) = 16+185+161=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #10B9A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B9A1 is #EF465E. Grayscale: #838383. Windows color (decimal): -15681119 or 10598672. OLE color: 10598672.

HSL color Cylindrical-coordinate representation of color #10B9A1: hue angle of 171.48º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B9A1 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 185 161 -
CMYK 0.91 0 0.13 0.27
HSL 171.48º 0.84% 0.39% -
HSV(B) 171.48º 0.91% 0.73% -
XYZ 24 37.38 39.67 -
YUV 131.73 144.51 45.45 -
System Red Green Blue C M Y K H S L
Decimal 16 185 161 0.91 0 0.13 0.27 171.48 0.84 0.39
Hex 10 B9 A1 5B 0 D 1B AB 54 27
Octal 20 271 241 133 0 15 33 253 124 47
Binary 10000 10111001 10100001 1011011 0 1101 11011 10101011 1010100 100111

Color Harmonies of #10B9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B9A1

Black with #10B9A1

Text Example


Text Example

White with #10B9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,185,161); }

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

background-color css

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

 a { background-color: rgb(16,185,161); }

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

border-color css

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

 span { border-color: rgb(16,185,161); }

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