Html Css Color HEX #16D6A9 Caribbean Green

📋 copy color: '#16D6A9'

red 22 ◦ green 214 ◦ blue 169

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

Shades of Caribbean Green #16D6A9

Tints of Caribbean Green #16D6A9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.84%

 BLUE value IS 169 (66.41% from 255) = 41.73%

R = 5.43%
G = 52.84%
B = 41.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#16D6A9 (or 0x16D6A9) is known color: Caribbean Green. HEX triplet: 16, D6 and A9. RGB value is (22,214,169). Sum of RGB (Red+Green+Blue) = 22+214+169=405 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.43% from 405); Green value is 214 (83.98% from 255 or 52.84% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 214 - color contains mainly: green. Hex color #16D6A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D6A9 is #E92956. Grayscale: #979797. Windows color (decimal): -15280471 or 11130390. OLE color: 11130390.

HSL color Cylindrical-coordinate representation of color #16D6A9: hue angle of 165.94º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D6A9 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 22 214 169 -
CMYK 0.90 0 0.21 0.16
HSL 165.94º 0.81% 0.46% -
HSV(B) 165.94º 0.9% 0.84% -
XYZ 31.54 51.13 45.74 -
YUV 151.46 137.89 35.66 -
System Red Green Blue C M Y K H S L
Decimal 22 214 169 0.90 0 0.21 0.16 165.94 0.81 0.46
Hex 16 D6 A9 5A 0 15 10 A6 51 2E
Octal 26 326 251 132 0 25 20 246 121 56
Binary 10110 11010110 10101001 1011010 0 10101 10000 10100110 1010001 101110

Color Harmonies of #16D6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D6A9

Black with #16D6A9

Text Example


Text Example

White with #16D6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,214,169); }

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

background-color css

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

 a { background-color: rgb(22,214,169); }

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

border-color css

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

 span { border-color: rgb(22,214,169); }

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