Html Css Color HEX #16ADBA Light Sea Green

📋 copy color: '#16ADBA'

red 22 ◦ green 173 ◦ blue 186

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

Shades of Light Sea Green #16ADBA

Tints of Light Sea Green #16ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.41%

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

R = 5.77%
G = 45.41%
B = 48.82%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#16ADBA (or 0x16ADBA) is known color: Light Sea Green. HEX triplet: 16, AD and BA. RGB value is (22,173,186). Sum of RGB (Red+Green+Blue) = 22+173+186=381 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.77% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #16ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ADBA is #E95245. Grayscale: #818181. Windows color (decimal): -15290950 or 12234006. OLE color: 12234006.

HSL color Cylindrical-coordinate representation of color #16ADBA: hue angle of 184.76º 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 #16ADBA is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 22 173 186 -
CMYK 0.88 0.07 0 0.27
HSL 184.76º 0.79% 0.41% -
HSV(B) 184.76º 0.88% 0.73% -
XYZ 24.14 33.6 51.67 -
YUV 129.33 159.97 51.44 -
System Red Green Blue C M Y K H S L
Decimal 22 173 186 0.88 0.07 0 0.27 184.76 0.79 0.41
Hex 16 AD BA 58 7 0 1B B9 4F 29
Octal 26 255 272 130 7 0 33 271 117 51
Binary 10110 10101101 10111010 1011000 111 0 11011 10111001 1001111 101001

Color Harmonies of #16ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ADBA

Black with #16ADBA

Text Example


Text Example

White with #16ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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