Html Css Color HEX #10BFAC Light Sea Green

📋 copy color: '#10BFAC'

red 16 ◦ green 191 ◦ blue 172

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

Shades of Light Sea Green #10BFAC

Tints of Light Sea Green #10BFAC

RGB

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

 GREEN value IS 191 (75% from 255) = 50.4%

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

R = 4.22%
G = 50.4%
B = 45.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#10BFAC (or 0x10BFAC) is known color: Light Sea Green. HEX triplet: 10, BF and AC. RGB value is (16,191,172). Sum of RGB (Red+Green+Blue) = 16+191+172=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #10BFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BFAC is #EF4053. Grayscale: #888888. Windows color (decimal): -15679572 or 11321104. OLE color: 11321104.

HSL color Cylindrical-coordinate representation of color #10BFAC: hue angle of 173.49º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BFAC is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 191 172 -
CMYK 0.92 0 0.10 0.25
HSL 173.49º 0.85% 0.41% -
HSV(B) 173.49º 0.92% 0.75% -
XYZ 26.29 40.35 45.43 -
YUV 136.51 148.02 42.04 -
System Red Green Blue C M Y K H S L
Decimal 16 191 172 0.92 0 0.10 0.25 173.49 0.85 0.41
Hex 10 BF AC 5C 0 A 19 AD 55 29
Octal 20 277 254 134 0 12 31 255 125 51
Binary 10000 10111111 10101100 1011100 0 1010 11001 10101101 1010101 101001

Color Harmonies of #10BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BFAC

Black with #10BFAC

Text Example


Text Example

White with #10BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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