Html Css Color HEX #16B1AF Light Sea Green

📋 copy color: '#16B1AF'

red 22 ◦ green 177 ◦ blue 175

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

Shades of Light Sea Green #16B1AF

Tints of Light Sea Green #16B1AF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.33%

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 5.88%
G = 47.33%
B = 46.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#16B1AF (or 0x16B1AF) is known color: Light Sea Green. HEX triplet: 16, B1 and AF. RGB value is (22,177,175). Sum of RGB (Red+Green+Blue) = 22+177+175=374 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.88% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #16B1AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16B1AF is #E94E50. Grayscale: #828282. Windows color (decimal): -15289937 or 11514134. OLE color: 11514134.

HSL color Cylindrical-coordinate representation of color #16B1AF: hue angle of 179.23º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B1AF is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 22 177 175 -
CMYK 0.88 0 0.01 0.31
HSL 179.23º 0.78% 0.39% -
HSV(B) 179.23º 0.88% 0.69% -
XYZ 23.79 34.71 46 -
YUV 130.43 153.15 50.66 -
System Red Green Blue C M Y K H S L
Decimal 22 177 175 0.88 0 0.01 0.31 179.23 0.78 0.39
Hex 16 B1 AF 58 0 1 1F B3 4E 27
Octal 26 261 257 130 0 1 37 263 116 47
Binary 10110 10110001 10101111 1011000 0 1 11111 10110011 1001110 100111

Color Harmonies of #16B1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B1AF

Black with #16B1AF

Text Example


Text Example

White with #16B1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,177,175); }

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

background-color css

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

 a { background-color: rgb(22,177,175); }

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

border-color css

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

 span { border-color: rgb(22,177,175); }

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