Html Css Color HEX #16C49A Caribbean Green

📋 copy color: '#16C49A'

red 22 ◦ green 196 ◦ blue 154

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

Shades of Caribbean Green #16C49A

Tints of Caribbean Green #16C49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.4%

R = 5.91%
G = 52.69%
B = 41.4%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#16C49A (or 0x16C49A) is known color: Caribbean Green. HEX triplet: 16, C4 and 9A. RGB value is (22,196,154). Sum of RGB (Red+Green+Blue) = 22+196+154=372 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.91% from 372); Green value is 196 (76.95% from 255 or 52.69% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 196 - color contains mainly: green. Hex color #16C49A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C49A is #E93B65. Grayscale: #8B8B8B. Windows color (decimal): -15285094 or 10142742. OLE color: 10142742.

HSL color Cylindrical-coordinate representation of color #16C49A: hue angle of 165.52º 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 #16C49A is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 22 196 154 -
CMYK 0.89 0 0.21 0.23
HSL 165.52º 0.8% 0.43% -
HSV(B) 165.52º 0.89% 0.77% -
XYZ 25.9 41.98 37.31 -
YUV 139.19 136.35 44.42 -
System Red Green Blue C M Y K H S L
Decimal 22 196 154 0.89 0 0.21 0.23 165.52 0.8 0.43
Hex 16 C4 9A 59 0 15 17 A6 50 2B
Octal 26 304 232 131 0 25 27 246 120 53
Binary 10110 11000100 10011010 1011001 0 10101 10111 10100110 1010000 101011

Color Harmonies of #16C49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C49A

Black with #16C49A

Text Example


Text Example

White with #16C49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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