Html Css Color HEX #10BEAA Light Sea Green

📋 copy color: '#10BEAA'

red 16 ◦ green 190 ◦ blue 170

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

Shades of Light Sea Green #10BEAA

Tints of Light Sea Green #10BEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 4.26%
G = 50.53%
B = 45.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#10BEAA (or 0x10BEAA) is known color: Light Sea Green. HEX triplet: 10, BE and AA. RGB value is (16,190,170). Sum of RGB (Red+Green+Blue) = 16+190+170=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #10BEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BEAA is #EF4155. Grayscale: #878787. Windows color (decimal): -15679830 or 11189776. OLE color: 11189776.

HSL color Cylindrical-coordinate representation of color #10BEAA: hue angle of 173.1º 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 #10BEAA is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 190 170 -
CMYK 0.92 0 0.11 0.25
HSL 173.1º 0.84% 0.4% -
HSV(B) 173.1º 0.92% 0.75% -
XYZ 25.88 39.84 44.36 -
YUV 135.69 147.35 42.63 -
System Red Green Blue C M Y K H S L
Decimal 16 190 170 0.92 0 0.11 0.25 173.1 0.84 0.4
Hex 10 BE AA 5C 0 B 19 AD 54 28
Octal 20 276 252 134 0 13 31 255 124 50
Binary 10000 10111110 10101010 1011100 0 1011 11001 10101101 1010100 101000

Color Harmonies of #10BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BEAA

Black with #10BEAA

Text Example


Text Example

White with #10BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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