Html Css Color HEX #16ACB6 Light Sea Green

📋 copy color: '#16ACB6'

red 22 ◦ green 172 ◦ blue 182

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

Shades of Light Sea Green #16ACB6

Tints of Light Sea Green #16ACB6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.74%

 BLUE value IS 182 (71.48% from 255) = 48.4%

R = 5.85%
G = 45.74%
B = 48.4%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#16ACB6 (or 0x16ACB6) is known color: Light Sea Green. HEX triplet: 16, AC and B6. RGB value is (22,172,182). Sum of RGB (Red+Green+Blue) = 22+172+182=376 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.85% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 182 - color contains mainly: blue. Hex color #16ACB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ACB6 is #E95349. Grayscale: #808080. Windows color (decimal): -15291210 or 11971606. OLE color: 11971606.

HSL color Cylindrical-coordinate representation of color #16ACB6: hue angle of 183.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16ACB6 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 22 172 182 -
CMYK 0.88 0.05 0 0.29
HSL 183.75º 0.78% 0.4% -
HSV(B) 183.75º 0.88% 0.71% -
XYZ 23.53 33.05 49.4 -
YUV 128.29 158.31 52.19 -
System Red Green Blue C M Y K H S L
Decimal 22 172 182 0.88 0.05 0 0.29 183.75 0.78 0.4
Hex 16 AC B6 58 5 0 1D B8 4E 28
Octal 26 254 266 130 5 0 35 270 116 50
Binary 10110 10101100 10110110 1011000 101 0 11101 10111000 1001110 101000

Color Harmonies of #16ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ACB6

Black with #16ACB6

Text Example


Text Example

White with #16ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,172,182); }

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

background-color css

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

 a { background-color: rgb(22,172,182); }

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

border-color css

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

 span { border-color: rgb(22,172,182); }

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