Html Css Color HEX #16ACB4 Light Sea Green

📋 copy color: '#16ACB4'

red 22 ◦ green 172 ◦ blue 180

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

Shades of Light Sea Green #16ACB4

Tints of Light Sea Green #16ACB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.13%

R = 5.88%
G = 45.99%
B = 48.13%

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#16ACB4 (or 0x16ACB4) is known color: Light Sea Green. HEX triplet: 16, AC and B4. RGB value is (22,172,180). Sum of RGB (Red+Green+Blue) = 22+172+180=374 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.88% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #16ACB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ACB4 is #E9534B. Grayscale: #7F7F7F. Windows color (decimal): -15291212 or 11840534. OLE color: 11840534.

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

Color convert

RGB 22 172 180 -
CMYK 0.88 0.04 0 0.29
HSL 183.04º 0.78% 0.4% -
HSV(B) 183.04º 0.88% 0.71% -
XYZ 23.32 32.97 48.31 -
YUV 128.06 157.31 52.35 -
System Red Green Blue C M Y K H S L
Decimal 22 172 180 0.88 0.04 0 0.29 183.04 0.78 0.4
Hex 16 AC B4 58 4 0 1D B7 4E 28
Octal 26 254 264 130 4 0 35 267 116 50
Binary 10110 10101100 10110100 1011000 100 0 11101 10110111 1001110 101000

Color Harmonies of #16ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ACB4

Black with #16ACB4

Text Example


Text Example

White with #16ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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