Html Css Color HEX #16BEA0 Light Sea Green

📋 copy color: '#16BEA0'

red 22 ◦ green 190 ◦ blue 160

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

Shades of Light Sea Green #16BEA0

Tints of Light Sea Green #16BEA0

RGB

 RED value IS 22 (8.98% from 255) = 5.91%

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

 BLUE value IS 160 (62.89% from 255) = 43.01%

R = 5.91%
G = 51.08%
B = 43.01%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#16BEA0 (or 0x16BEA0) is known color: Light Sea Green. HEX triplet: 16, BE and A0. RGB value is (22,190,160). Sum of RGB (Red+Green+Blue) = 22+190+160=372 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.91% from 372); Green value is 190 (74.61% from 255 or 51.08% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 190 - color contains mainly: green. Hex color #16BEA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BEA0 is #E9415F. Grayscale: #888888. Windows color (decimal): -15286624 or 10534422. OLE color: 10534422.

HSL color Cylindrical-coordinate representation of color #16BEA0: hue angle of 169.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BEA0 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 190 160 -
CMYK 0.88 0 0.16 0.25
HSL 169.29º 0.79% 0.42% -
HSV(B) 169.29º 0.88% 0.75% -
XYZ 25.09 39.54 39.57 -
YUV 136.35 141.34 46.44 -
System Red Green Blue C M Y K H S L
Decimal 22 190 160 0.88 0 0.16 0.25 169.29 0.79 0.42
Hex 16 BE A0 58 0 10 19 A9 4F 2A
Octal 26 276 240 130 0 20 31 251 117 52
Binary 10110 10111110 10100000 1011000 0 10000 11001 10101001 1001111 101010

Color Harmonies of #16BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BEA0

Black with #16BEA0

Text Example


Text Example

White with #16BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16BEA0; }

 p { color: rgb(22,190,160); }

 H1.HeaderClassName
 {
   color: #16BEA0;
 }
 .AnyTagClassName
 {
   color: #16BEA0;
 }
</style>

background-color css

<style>
 a { background-color: #16BEA0; }

 a { background-color: rgb(22,190,160); }

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

border-color css

<style>
 span { border-color: #16BEA0; }

 span { border-color: rgb(22,190,160); }

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