Html Css Color HEX #10BEAC Light Sea Green

📋 copy color: '#10BEAC'

red 16 ◦ green 190 ◦ blue 172

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

Shades of Light Sea Green #10BEAC

Tints of Light Sea Green #10BEAC

RGB

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

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

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

R = 4.23%
G = 50.26%
B = 45.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#10BEAC (or 0x10BEAC) is known color: Light Sea Green. HEX triplet: 10, BE and AC. RGB value is (16,190,172). Sum of RGB (Red+Green+Blue) = 16+190+172=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #10BEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BEAC is #EF4153. Grayscale: #878787. Windows color (decimal): -15679828 or 11320848. OLE color: 11320848.

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

Color convert

RGB 16 190 172 -
CMYK 0.92 0 0.09 0.25
HSL 173.79º 0.84% 0.4% -
HSV(B) 173.79º 0.92% 0.75% -
XYZ 26.07 39.92 45.36 -
YUV 135.92 148.35 42.46 -
System Red Green Blue C M Y K H S L
Decimal 16 190 172 0.92 0 0.09 0.25 173.79 0.84 0.4
Hex 10 BE AC 5C 0 9 19 AE 54 28
Octal 20 276 254 134 0 11 31 256 124 50
Binary 10000 10111110 10101100 1011100 0 1001 11001 10101110 1010100 101000

Color Harmonies of #10BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BEAC

Black with #10BEAC

Text Example


Text Example

White with #10BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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