Html Css Color HEX #16BCAF Light Sea Green

📋 copy color: '#16BCAF'

red 22 ◦ green 188 ◦ blue 175

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

Shades of Light Sea Green #16BCAF

Tints of Light Sea Green #16BCAF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.83%

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

R = 5.71%
G = 48.83%
B = 45.45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#16BCAF (or 0x16BCAF) is known color: Light Sea Green. HEX triplet: 16, BC and AF. RGB value is (22,188,175). Sum of RGB (Red+Green+Blue) = 22+188+175=385 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.71% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #16BCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BCAF is #E94350. Grayscale: #888888. Windows color (decimal): -15287121 or 11516950. OLE color: 11516950.

HSL color Cylindrical-coordinate representation of color #16BCAF: hue angle of 175.3º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BCAF is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 22 188 175 -
CMYK 0.88 0 0.07 0.26
HSL 175.3º 0.79% 0.41% -
HSV(B) 175.3º 0.88% 0.74% -
XYZ 26.05 39.23 46.76 -
YUV 136.88 149.5 46.06 -
System Red Green Blue C M Y K H S L
Decimal 22 188 175 0.88 0 0.07 0.26 175.3 0.79 0.41
Hex 16 BC AF 58 0 7 1A AF 4F 29
Octal 26 274 257 130 0 7 32 257 117 51
Binary 10110 10111100 10101111 1011000 0 111 11010 10101111 1001111 101001

Color Harmonies of #16BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BCAF

Black with #16BCAF

Text Example


Text Example

White with #16BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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