Html Css Color HEX #16A4A5 Light Sea Green

📋 copy color: '#16A4A5'

red 22 ◦ green 164 ◦ blue 165

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

Shades of Light Sea Green #16A4A5

Tints of Light Sea Green #16A4A5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.72%

 BLUE value IS 165 (64.84% from 255) = 47.01%

R = 6.27%
G = 46.72%
B = 47.01%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#16A4A5 (or 0x16A4A5) is known color: Light Sea Green. HEX triplet: 16, A4 and A5. RGB value is (22,164,165). Sum of RGB (Red+Green+Blue) = 22+164+165=351 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.27% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 165 (64.84% from 255 or 47.01% from 351); Max value from RGB is 165 - color contains mainly: blue. Hex color #16A4A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A4A5 is #E95B5A. Grayscale: #797979. Windows color (decimal): -15293275 or 10855446. OLE color: 10855446.

HSL color Cylindrical-coordinate representation of color #16A4A5: hue angle of 180.42º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A4A5 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 22 164 165 -
CMYK 0.87 0.01 0 0.35
HSL 180.42º 0.76% 0.37% -
HSV(B) 180.42º 0.87% 0.65% -
XYZ 20.4 29.44 40.2 -
YUV 121.66 152.46 56.92 -
System Red Green Blue C M Y K H S L
Decimal 22 164 165 0.87 0.01 0 0.35 180.42 0.76 0.37
Hex 16 A4 A5 57 1 0 23 B4 4C 25
Octal 26 244 245 127 1 0 43 264 114 45
Binary 10110 10100100 10100101 1010111 1 0 100011 10110100 1001100 100101

Color Harmonies of #16A4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16A4A5

Black with #16A4A5

Text Example


Text Example

White with #16A4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,164,165); }

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

background-color css

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

 a { background-color: rgb(22,164,165); }

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

border-color css

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

 span { border-color: rgb(22,164,165); }

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