Html Css Color HEX #16C1BA Light Sea Green

📋 copy color: '#16C1BA'

red 22 ◦ green 193 ◦ blue 186

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

Shades of Light Sea Green #16C1BA

Tints of Light Sea Green #16C1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.13%

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 5.49%
G = 48.13%
B = 46.38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#16C1BA (or 0x16C1BA) is known color: Light Sea Green. HEX triplet: 16, C1 and BA. RGB value is (22,193,186). Sum of RGB (Red+Green+Blue) = 22+193+186=401 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.49% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #16C1BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C1BA is #E93E45. Grayscale: #8C8C8C. Windows color (decimal): -15285830 or 12239126. OLE color: 12239126.

HSL color Cylindrical-coordinate representation of color #16C1BA: hue angle of 177.54º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C1BA is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 22 193 186 -
CMYK 0.89 0 0.04 0.24
HSL 177.54º 0.8% 0.42% -
HSV(B) 177.54º 0.89% 0.76% -
XYZ 28.26 41.86 53.04 -
YUV 141.07 153.35 43.07 -
System Red Green Blue C M Y K H S L
Decimal 22 193 186 0.89 0 0.04 0.24 177.54 0.8 0.42
Hex 16 C1 BA 59 0 4 18 B2 50 2A
Octal 26 301 272 131 0 4 30 262 120 52
Binary 10110 11000001 10111010 1011001 0 100 11000 10110010 1010000 101010

Color Harmonies of #16C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C1BA

Black with #16C1BA

Text Example


Text Example

White with #16C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,193,186); }

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

background-color css

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

 a { background-color: rgb(22,193,186); }

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

border-color css

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

 span { border-color: rgb(22,193,186); }

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