Html Css Color HEX #16BBAF Light Sea Green

📋 copy color: '#16BBAF'

red 22 ◦ green 187 ◦ blue 175

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

Shades of Light Sea Green #16BBAF

Tints of Light Sea Green #16BBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.7%

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

R = 5.73%
G = 48.7%
B = 45.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#16BBAF (or 0x16BBAF) is known color: Light Sea Green. HEX triplet: 16, BB and AF. RGB value is (22,187,175). Sum of RGB (Red+Green+Blue) = 22+187+175=384 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.73% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #16BBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BBAF is #E94450. Grayscale: #888888. Windows color (decimal): -15287377 or 11516694. OLE color: 11516694.

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

Color convert

RGB 22 187 175 -
CMYK 0.88 0 0.06 0.27
HSL 175.64º 0.79% 0.41% -
HSV(B) 175.64º 0.88% 0.73% -
XYZ 25.84 38.81 46.69 -
YUV 136.3 149.84 46.48 -
System Red Green Blue C M Y K H S L
Decimal 22 187 175 0.88 0 0.06 0.27 175.64 0.79 0.41
Hex 16 BB AF 58 0 6 1B B0 4F 29
Octal 26 273 257 130 0 6 33 260 117 51
Binary 10110 10111011 10101111 1011000 0 110 11011 10110000 1001111 101001

Color Harmonies of #16BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BBAF

Black with #16BBAF

Text Example


Text Example

White with #16BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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