Html Css Color HEX #10BEAB Light Sea Green

📋 copy color: '#10BEAB'

red 16 ◦ green 190 ◦ blue 171

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

Shades of Light Sea Green #10BEAB

Tints of Light Sea Green #10BEAB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.4%

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 4.24%
G = 50.4%
B = 45.36%

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

#10BEAB (or 0x10BEAB) is known color: Light Sea Green. HEX triplet: 10, BE and AB. RGB value is (16,190,171). Sum of RGB (Red+Green+Blue) = 16+190+171=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #10BEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BEAB is #EF4154. Grayscale: #878787. Windows color (decimal): -15679829 or 11255312. OLE color: 11255312.

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

Color convert

RGB 16 190 171 -
CMYK 0.92 0 0.10 0.25
HSL 173.45º 0.84% 0.4% -
HSV(B) 173.45º 0.92% 0.75% -
XYZ 25.98 39.88 44.86 -
YUV 135.81 147.85 42.54 -
System Red Green Blue C M Y K H S L
Decimal 16 190 171 0.92 0 0.10 0.25 173.45 0.84 0.4
Hex 10 BE AB 5C 0 A 19 AD 54 28
Octal 20 276 253 134 0 12 31 255 124 50
Binary 10000 10111110 10101011 1011100 0 1010 11001 10101101 1010100 101000

Color Harmonies of #10BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BEAB

Black with #10BEAB

Text Example


Text Example

White with #10BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,190,171); }

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

background-color css

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

 a { background-color: rgb(16,190,171); }

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

border-color css

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

 span { border-color: rgb(16,190,171); }

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