Html Css Color HEX #16D9AF Caribbean Green

📋 copy color: '#16D9AF'

red 22 ◦ green 217 ◦ blue 175

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

Shades of Caribbean Green #16D9AF

Tints of Caribbean Green #16D9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 52.42%

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

R = 5.31%
G = 52.42%
B = 42.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#16D9AF (or 0x16D9AF) is known color: Caribbean Green. HEX triplet: 16, D9 and AF. RGB value is (22,217,175). Sum of RGB (Red+Green+Blue) = 22+217+175=414 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.31% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #16D9AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D9AF is #E92650. Grayscale: #999999. Windows color (decimal): -15279697 or 11524374. OLE color: 11524374.

HSL color Cylindrical-coordinate representation of color #16D9AF: hue angle of 167.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D9AF is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 217 175 -
CMYK 0.90 0 0.19 0.15
HSL 167.08º 0.82% 0.47% -
HSV(B) 167.08º 0.9% 0.85% -
XYZ 32.88 52.89 49.03 -
YUV 153.91 139.9 33.92 -
System Red Green Blue C M Y K H S L
Decimal 22 217 175 0.90 0 0.19 0.15 167.08 0.82 0.47
Hex 16 D9 AF 5A 0 13 F A7 52 2F
Octal 26 331 257 132 0 23 17 247 122 57
Binary 10110 11011001 10101111 1011010 0 10011 1111 10100111 1010010 101111

Color Harmonies of #16D9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D9AF

Black with #16D9AF

Text Example


Text Example

White with #16D9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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