Html Css Color HEX #16C994 Caribbean Green

📋 copy color: '#16C994'

red 22 ◦ green 201 ◦ blue 148

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

Shades of Caribbean Green #16C994

Tints of Caribbean Green #16C994

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.18%

 BLUE value IS 148 (58.2% from 255) = 39.89%

R = 5.93%
G = 54.18%
B = 39.89%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#16C994 (or 0x16C994) is known color: Caribbean Green. HEX triplet: 16, C9 and 94. RGB value is (22,201,148). Sum of RGB (Red+Green+Blue) = 22+201+148=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #16C994 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C994 is #E9366B. Grayscale: #8D8D8D. Windows color (decimal): -15283820 or 9750806. OLE color: 9750806.

HSL color Cylindrical-coordinate representation of color #16C994: hue angle of 162.23º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C994 is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 22 201 148 -
CMYK 0.89 0 0.26 0.21
HSL 162.23º 0.8% 0.44% -
HSV(B) 162.23º 0.89% 0.79% -
XYZ 26.56 44.08 35.13 -
YUV 141.44 131.7 42.81 -
System Red Green Blue C M Y K H S L
Decimal 22 201 148 0.89 0 0.26 0.21 162.23 0.8 0.44
Hex 16 C9 94 59 0 1A 15 A2 50 2C
Octal 26 311 224 131 0 32 25 242 120 54
Binary 10110 11001001 10010100 1011001 0 11010 10101 10100010 1010000 101100

Color Harmonies of #16C994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C994

Black with #16C994

Text Example


Text Example

White with #16C994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,201,148); }

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

background-color css

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

 a { background-color: rgb(22,201,148); }

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

border-color css

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

 span { border-color: rgb(22,201,148); }

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