Html Css Color HEX #16BCAA Light Sea Green

📋 copy color: '#16BCAA'

red 22 ◦ green 188 ◦ blue 170

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

Shades of Light Sea Green #16BCAA

Tints of Light Sea Green #16BCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.47%

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

R = 5.79%
G = 49.47%
B = 44.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#16BCAA (or 0x16BCAA) is known color: Light Sea Green. HEX triplet: 16, BC and AA. RGB value is (22,188,170). Sum of RGB (Red+Green+Blue) = 22+188+170=380 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.79% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #16BCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BCAA is #E94355. Grayscale: #888888. Windows color (decimal): -15287126 or 11189270. OLE color: 11189270.

HSL color Cylindrical-coordinate representation of color #16BCAA: hue angle of 173.49º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BCAA is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 22 188 170 -
CMYK 0.88 0 0.10 0.26
HSL 173.49º 0.79% 0.41% -
HSV(B) 173.49º 0.88% 0.74% -
XYZ 25.57 39.04 44.22 -
YUV 136.31 147 46.46 -
System Red Green Blue C M Y K H S L
Decimal 22 188 170 0.88 0 0.10 0.26 173.49 0.79 0.41
Hex 16 BC AA 58 0 A 1A AD 4F 29
Octal 26 274 252 130 0 12 32 255 117 51
Binary 10110 10111100 10101010 1011000 0 1010 11010 10101101 1001111 101001

Color Harmonies of #16BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BCAA

Black with #16BCAA

Text Example


Text Example

White with #16BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,188,170); }

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

background-color css

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

 a { background-color: rgb(22,188,170); }

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

border-color css

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

 span { border-color: rgb(22,188,170); }

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