Html Css Color HEX #16C49E Caribbean Green

📋 copy color: '#16C49E'

red 22 ◦ green 196 ◦ blue 158

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

Shades of Caribbean Green #16C49E

Tints of Caribbean Green #16C49E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.13%

 BLUE value IS 158 (62.11% from 255) = 42.02%

R = 5.85%
G = 52.13%
B = 42.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#16C49E (or 0x16C49E) is known color: Caribbean Green. HEX triplet: 16, C4 and 9E. RGB value is (22,196,158). Sum of RGB (Red+Green+Blue) = 22+196+158=376 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.85% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #16C49E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C49E is #E93B61. Grayscale: #8B8B8B. Windows color (decimal): -15285090 or 10404886. OLE color: 10404886.

HSL color Cylindrical-coordinate representation of color #16C49E: hue angle of 166.9º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C49E is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 22 196 158 -
CMYK 0.89 0 0.19 0.23
HSL 166.9º 0.8% 0.43% -
HSV(B) 166.9º 0.89% 0.77% -
XYZ 26.24 42.12 39.09 -
YUV 139.64 138.35 44.09 -
System Red Green Blue C M Y K H S L
Decimal 22 196 158 0.89 0 0.19 0.23 166.9 0.8 0.43
Hex 16 C4 9E 59 0 13 17 A7 50 2B
Octal 26 304 236 131 0 23 27 247 120 53
Binary 10110 11000100 10011110 1011001 0 10011 10111 10100111 1010000 101011

Color Harmonies of #16C49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C49E

Black with #16C49E

Text Example


Text Example

White with #16C49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,196,158); }

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

background-color css

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

 a { background-color: rgb(22,196,158); }

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

border-color css

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

 span { border-color: rgb(22,196,158); }

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