Html Css Color HEX #16DC96 Caribbean Green

📋 copy color: '#16DC96'

red 22 ◦ green 220 ◦ blue 150

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

Shades of Caribbean Green #16DC96

Tints of Caribbean Green #16DC96

RGB

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

 GREEN value IS 220 (86.33% from 255) = 56.12%

 BLUE value IS 150 (58.98% from 255) = 38.27%

R = 5.61%
G = 56.12%
B = 38.27%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#16DC96 (or 0x16DC96) is known color: Caribbean Green. HEX triplet: 16, DC and 96. RGB value is (22,220,150). Sum of RGB (Red+Green+Blue) = 22+220+150=392 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.61% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #16DC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DC96 is #E92369. Grayscale: #989898. Windows color (decimal): -15278954 or 9886742. OLE color: 9886742.

HSL color Cylindrical-coordinate representation of color #16DC96: hue angle of 158.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DC96 is Cyan = 0.9, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 220 150 -
CMYK 0.9 0 0.32 0.14
HSL 158.79º 0.82% 0.47% -
HSV(B) 158.79º 0.9% 0.86% -
XYZ 31.43 53.56 37.54 -
YUV 152.82 126.4 34.69 -
System Red Green Blue C M Y K H S L
Decimal 22 220 150 0.9 0 0.32 0.14 158.79 0.82 0.47
Hex 16 DC 96 5A 0 20 E 9F 52 2F
Octal 26 334 226 132 0 40 16 237 122 57
Binary 10110 11011100 10010110 1011010 0 100000 1110 10011111 1010010 101111

Color Harmonies of #16DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16DC96

Black with #16DC96

Text Example


Text Example

White with #16DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,220,150); }

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

background-color css

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

 a { background-color: rgb(22,220,150); }

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

border-color css

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

 span { border-color: rgb(22,220,150); }

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