Html Css Color HEX #16BAAA Light Sea Green

📋 copy color: '#16BAAA'

red 22 ◦ green 186 ◦ blue 170

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

Shades of Light Sea Green #16BAAA

Tints of Light Sea Green #16BAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.21%

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

R = 5.82%
G = 49.21%
B = 44.97%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#16BAAA (or 0x16BAAA) is known color: Light Sea Green. HEX triplet: 16, BA and AA. RGB value is (22,186,170). Sum of RGB (Red+Green+Blue) = 22+186+170=378 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.82% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #16BAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BAAA is #E94555. Grayscale: #878787. Windows color (decimal): -15287638 or 11188758. OLE color: 11188758.

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

Color convert

RGB 22 186 170 -
CMYK 0.88 0 0.09 0.27
HSL 174.15º 0.79% 0.41% -
HSV(B) 174.15º 0.88% 0.73% -
XYZ 25.15 38.19 44.08 -
YUV 135.14 147.67 47.3 -
System Red Green Blue C M Y K H S L
Decimal 22 186 170 0.88 0 0.09 0.27 174.15 0.79 0.41
Hex 16 BA AA 58 0 9 1B AE 4F 29
Octal 26 272 252 130 0 11 33 256 117 51
Binary 10110 10111010 10101010 1011000 0 1001 11011 10101110 1001111 101001

Color Harmonies of #16BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BAAA

Black with #16BAAA

Text Example


Text Example

White with #16BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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